From 0a3ac1ffce0f9d4118ba954dcbb911b78dc1dc5a Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Wed, 20 Mar 2024 17:30:25 +0100 Subject: [PATCH] Update .github/workflows/auto-test.yml Co-authored-by: Adam Stachowicz --- .github/workflows/auto-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index 10123e6a..246a0bed 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -61,6 +61,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} + check-latest: true - run: npm install npm@10 -g - run: npm ci --production