Skip to content

Commit c01ab22

Browse files
committed
chore(ci): fix corepack
1 parent 818e4ee commit c01ab22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
test:
1717
runs-on: ${{ matrix.os }}
1818

19+
env:
20+
COREPACK_DEFAULT_TO_LATEST: '0'
21+
1922
strategy:
2023
matrix:
2124
os: [ubuntu-latest, macos-latest, windows-latest]

0 commit comments

Comments
 (0)