Skip to content

Commit 1a99a78

Browse files
committed
ci: force latest corepack
1 parent 0dc83ca commit 1a99a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818

19-
- run: corepack enable
19+
- run: npm i -g --force corepack && corepack enable
2020

2121
- uses: actions/setup-node@v3
2222
with:

0 commit comments

Comments
 (0)