Skip to content

Commit 22af6fd

Browse files
committed
ci(audit-signatures): install the latest corepack so the latest npm signing key is available
1 parent 228a2c5 commit 22af6fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
node-version: "${{ matrix.node-version }}"
3838
cache: npm
3939
- run: npm clean-install
40+
- run: npm install --global corepack@latest
4041
- run: corepack npm audit signatures
4142
- run: npm test
4243

0 commit comments

Comments
 (0)