Skip to content

Commit 30ec5e6

Browse files
committed
ci(audit-signatures): install latest corepack so the new npm signing key is available
1 parent b2bc9f3 commit 30ec5e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/node-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
node-version-file: .nvmrc
2626
cache: npm
2727
- run: npm clean-install
28+
- run: npm install --global corepack@latest
2829
- run: corepack npm audit signatures
2930
- run: npm test
3031
- uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1

0 commit comments

Comments
 (0)