From 4279ece4db394ab003e99758007e1662d89868f1 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Wed, 7 Aug 2024 13:10:50 -0400 Subject: [PATCH] squash: workaround for a recent npm bug --- .github/workflows/nodejs-ci-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs-ci-action.yml b/.github/workflows/nodejs-ci-action.yml index 3b0e6d7..aaf54d1 100644 --- a/.github/workflows/nodejs-ci-action.yml +++ b/.github/workflows/nodejs-ci-action.yml @@ -23,7 +23,7 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm test - - run: npx @pkgjs/support validate + - run: npx @pkgjs/support@latest validate - run: node_modules/nyc/bin/nyc.js report --reporter=lcovonly - name: Coveralls Parallel uses: coverallsapp/github-action@master