Skip to content

Commit 22ba58e

Browse files
committed
Apparently starting with Node 24, it's not enough to just enable corepack, you have to prepare yarn as well
1 parent 345c6e7 commit 22ba58e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ jobs:
7272
with:
7373
node-version: 24
7474
- name: Enable Corepack (for yarn)
75-
run: corepack enable
75+
run: |
76+
corepack enable
77+
corepack prepare yarn@1.22.22 --activate
7678
- uses: crystal-lang/install-crystal@v1
7779
with:
7880
crystal: latest

0 commit comments

Comments
 (0)