Skip to content

Commit 86d5286

Browse files
committed
ci(audit-signatures): limit the check to the pinned npm version
1 parent e4f729b commit 86d5286

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
cache: npm
3232
node-version: ${{ matrix.node }}
3333
- run: npm clean-install
34-
- run: npm audit signatures
3534
- run: npm test
3635
verify:
3736
runs-on: ubuntu-latest
@@ -43,6 +42,7 @@ jobs:
4342
node-version-file: .nvmrc
4443
cache: npm
4544
- run: npm clean-install
45+
- run: corepack npm audit signatures
4646
- run: npm test
4747
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
4848
release:

0 commit comments

Comments
 (0)