File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 13
13
- name : Setup NodeJS
14
14
uses : actions/setup-node@v4
15
15
with :
16
- node-version : 22
16
+ node-version : 24
17
17
18
18
- name : Install dependencies
19
19
run : |
Original file line number Diff line number Diff line change 27
27
strategy :
28
28
fail-fast : true
29
29
matrix :
30
- node : [18, 20, 22]
30
+ node : [20, 22, 24 ]
31
31
steps :
32
32
- uses : actions/checkout@main
33
33
78
78
- name : Setup NodeJS
79
79
uses : actions/setup-node@v4
80
80
with :
81
- node-version : 22
81
+ node-version : 24
82
82
83
83
- name : Install dependencies
84
84
run : |
94
94
strategy :
95
95
fail-fast : true
96
96
matrix :
97
- node : [18, 20, 22]
97
+ node : [20, 22, 24 ]
98
98
clickhouse : [head, latest]
99
99
100
100
steps :
@@ -135,7 +135,7 @@ jobs:
135
135
strategy :
136
136
fail-fast : true
137
137
matrix :
138
- node : [18, 20, 22]
138
+ node : [20, 22, 24 ]
139
139
clickhouse : [head, latest]
140
140
141
141
steps :
@@ -183,7 +183,7 @@ jobs:
183
183
- name : Setup NodeJS
184
184
uses : actions/setup-node@v4
185
185
with :
186
- node-version : 22
186
+ node-version : 24
187
187
188
188
- name : Install dependencies
189
189
run : |
@@ -199,7 +199,7 @@ jobs:
199
199
strategy :
200
200
fail-fast : true
201
201
matrix :
202
- node : [18, 20, 22]
202
+ node : [20, 22, 24 ]
203
203
204
204
steps :
205
205
- uses : actions/checkout@main
@@ -230,7 +230,7 @@ jobs:
230
230
- name : Setup NodeJS
231
231
uses : actions/setup-node@v4
232
232
with :
233
- node-version : 22
233
+ node-version : 24
234
234
235
235
- name : Install dependencies
236
236
run : |
@@ -280,7 +280,7 @@ jobs:
280
280
- name : Setup NodeJS 22
281
281
uses : actions/setup-node@v4
282
282
with :
283
- node-version : 22
283
+ node-version : 24
284
284
285
285
- name : Install dependencies
286
286
run : |
You can’t perform that action at this time.
0 commit comments