Skip to content

Commit 4d0d315

Browse files
authored
chore(ci): fix corepack (#473)
Fix CI due to corepack issue: - nodejs/corepack#612 The solution is to set `COREPACK_DEFAULT_TO_LATEST=0` as suggested here nodejs/corepack#625 (comment)
1 parent 2b55b01 commit 4d0d315

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
test:
1717
name: Test on node ${{ matrix.node }} and ${{ matrix.os }}
1818
timeout-minutes: 20
19+
env:
20+
COREPACK_DEFAULT_TO_LATEST: '0'
1921
strategy:
2022
fail-fast: false
2123
matrix:

0 commit comments

Comments
 (0)