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 9b1f51c commit 8fb80deCopy full SHA for 8fb80de
1 file changed
.github/workflows/ci.yml
@@ -68,6 +68,10 @@ jobs:
68
password: postgres
69
port: 5432
70
postgres-version: 18
71
+ - uses: actions/setup-node@v6
72
+ with:
73
+ node-version: 24
74
+ cache: "yarn"
75
- uses: crystal-lang/install-crystal@v1
76
with:
77
crystal: latest
@@ -108,6 +112,10 @@ jobs:
108
112
109
113
110
114
115
116
117
118
111
119
120
121
0 commit comments