Skip to content

Commit 74d3d7a

Browse files
authored
chore(ci): fix corepack (#33)
1 parent 818e4ee commit 74d3d7a

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)