Skip to content

Commit e45923b

Browse files
authored
ci(corepack): install latest version to avoid error from lack of latest npm signing key
1 parent 8a6497f commit e45923b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
node-version: "${{ matrix.node-version }}"
3434
cache: npm
3535
- run: npm clean-install
36+
- run: npm install --global corepack@latest
3637
- run: corepack npm audit signatures
3738
- run: npm test
3839

@@ -51,6 +52,7 @@ jobs:
5152
node-version-file: .nvmrc
5253
cache: npm
5354
- run: npm clean-install
55+
- run: npm install --global corepack@latest
5456
- run: corepack npm audit signatures
5557
- run: npm test
5658

0 commit comments

Comments
 (0)