From cedb707bf681a67ad93c2a164840b2b11b75d272 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Mon, 14 Oct 2024 12:10:57 -0400 Subject: [PATCH 1/2] chore: specify latest for the pkgjs/support package to fix the bug in node/npm --- .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 221656cd..3817b6d1 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 From 12f73e6afc04bdd56caf0987b3bddc4edf35abd3 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Mon, 14 Oct 2024 12:14:40 -0400 Subject: [PATCH 2/2] squash: bruh --- .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 3817b6d1..90c48635 100644 --- a/.github/workflows/nodejs-ci-action.yml +++ b/.github/workflows/nodejs-ci-action.yml @@ -45,7 +45,7 @@ jobs: - run: npm run build - run: npm run test:headless - 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