Skip to content

Commit c940c80

Browse files
committed
ci(verification-matrix): install latest corepack so latest npm signing key is available
1 parent e87da49 commit c940c80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/node-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
cache: npm
3131
node-version: ${{ matrix.node }}
3232
- run: npm clean-install
33+
- run: npm install --global corepack@latest
3334
- run: corepack npm audit signatures
3435
- run: npm test
3536
verify:

0 commit comments

Comments
 (0)