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