Skip to content

Commit

Permalink
chore: specify latest for the pkgjs/support package to fix the bug in… (
Browse files Browse the repository at this point in the history
nodeshift#878)

* chore: specify latest for the pkgjs/support package to fix the bug in node/npm
  • Loading branch information
lholmquist authored Oct 14, 2024
1 parent ccf7803 commit 0a0d75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs-ci-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0a0d75e

Please sign in to comment.