We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345c6e7 commit 22ba58eCopy full SHA for 22ba58e
1 file changed
.github/workflows/ci.yml
@@ -72,7 +72,9 @@ jobs:
72
with:
73
node-version: 24
74
- name: Enable Corepack (for yarn)
75
- run: corepack enable
+ run: |
76
+ corepack enable
77
+ corepack prepare yarn@1.22.22 --activate
78
- uses: crystal-lang/install-crystal@v1
79
80
crystal: latest
0 commit comments