Skip to content

Commit

Permalink
squash: workaround for a recent npm bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Aug 7, 2024
1 parent c5d55a6 commit 4279ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 Down

0 comments on commit 4279ece

Please sign in to comment.