File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,14 @@ tasks:
150150 NODE_LTS_VERSION : 22
151151 - func : install dependencies
152152 - func : run tests
153+ - name : node-tests-v24
154+ tags : ["node"]
155+ commands :
156+ - func : fetch source
157+ vars :
158+ NODE_LTS_VERSION : 24
159+ - func : install dependencies
160+ - func : run tests
153161 - name : node-tests-latest
154162 tags : ["node"]
155163 commands :
@@ -165,7 +173,7 @@ tasks:
165173 commands :
166174 - func : fetch source
167175 vars :
168- NODE_LTS_VERSION : 22
176+ NODE_LTS_VERSION : 24
169177 - func : install dependencies
170178 - func : run tests
171179 vars :
@@ -174,7 +182,7 @@ tasks:
174182 commands :
175183 - func : fetch source
176184 vars :
177- NODE_LTS_VERSION : 22
185+ NODE_LTS_VERSION : 24
178186 - func : install dependencies
179187 - func : run bundling
180188 - name : run-checks
@@ -183,14 +191,14 @@ tasks:
183191 commands :
184192 - func : fetch source
185193 vars :
186- NODE_LTS_VERSION : 22
194+ NODE_LTS_VERSION : 24
187195 - func : install dependencies
188196 - func : run checks
189197 - name : check-typescript-oldest
190198 commands :
191199 - func : fetch source
192200 vars :
193- NODE_LTS_VERSION : 22
201+ NODE_LTS_VERSION : 24
194202 - func : install dependencies
195203 - func : " run typescript"
196204 vars :
@@ -200,7 +208,7 @@ tasks:
200208 commands :
201209 - func : fetch source
202210 vars :
203- NODE_LTS_VERSION : 22
211+ NODE_LTS_VERSION : 24
204212 - func : install dependencies
205213 - func : " run typescript"
206214 vars :
@@ -210,7 +218,7 @@ tasks:
210218 commands :
211219 - func : fetch source
212220 vars :
213- NODE_LTS_VERSION : 22
221+ NODE_LTS_VERSION : 24
214222 - func : install dependencies
215223 - func : " run typescript"
216224 vars :
You can’t perform that action at this time.
0 commit comments