Skip to content

Commit

Permalink
ci(audit-signatures): limit the check to the pinned npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Oct 16, 2024
1 parent e4f729b commit 86d5286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
cache: npm
node-version: ${{ matrix.node }}
- run: npm clean-install
- run: npm audit signatures
- run: npm test
verify:
runs-on: ubuntu-latest
Expand All @@ -43,6 +42,7 @@ jobs:
node-version-file: .nvmrc
cache: npm
- run: npm clean-install
- run: corepack npm audit signatures
- run: npm test
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
release:
Expand Down

0 comments on commit 86d5286

Please # to comment.