Skip to content

Commit 8fb80de

Browse files
committed
Windows CI doesn't install yarn by default like mac and linux
1 parent 9b1f51c commit 8fb80de

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
6868
password: postgres
6969
port: 5432
7070
postgres-version: 18
71+
- uses: actions/setup-node@v6
72+
with:
73+
node-version: 24
74+
cache: "yarn"
7175
- uses: crystal-lang/install-crystal@v1
7276
with:
7377
crystal: latest
@@ -108,6 +112,10 @@ jobs:
108112
password: postgres
109113
port: 5432
110114
postgres-version: 18
115+
- uses: actions/setup-node@v6
116+
with:
117+
node-version: 24
118+
cache: "yarn"
111119
- uses: crystal-lang/install-crystal@v1
112120
with:
113121
crystal: latest

0 commit comments

Comments
 (0)