Skip to content

Commit

Permalink
ci(corepack): install the latest corepack version so new npm signing …
Browse files Browse the repository at this point in the history
…key is available

related to nodejs/corepack#612
  • Loading branch information
travi committed Jan 31, 2025
1 parent 5eb3c14 commit fd93bfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
node-version-file: .nvmrc
cache: npm
- run: npm clean-install
- run: npm install --global corepack@latest
- run: corepack npm audit signatures
- run: npm test

Expand Down

0 comments on commit fd93bfe

Please sign in to comment.