From 0a0d75e76754aef3589e8791f0ef4370d7f6b773 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Mon, 14 Oct 2024 12:17:39 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20specify=20latest=20for=20the=20pkgjs/s?= =?UTF-8?q?upport=20package=20to=20fix=20the=20bug=20in=E2=80=A6=20(#878)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: specify latest for the pkgjs/support package to fix the bug in node/npm --- .github/workflows/nodejs-ci-action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs-ci-action.yml b/.github/workflows/nodejs-ci-action.yml index 221656cd..90c48635 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 @@ -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