@@ -134,37 +134,12 @@ functions:
134134 args :
135135 - .evergreen/run-spec-benchmarks.sh
136136tasks :
137- - name : node-tests-v16
138- tags : ["node"]
139- commands :
140- - func : fetch source
141- vars :
142- NODE_LTS_VERSION : 16
143- NPM_VERSION : 9
144- - func : install dependencies
145- vars :
146- NODE_LTS_VERSION : 16
147- NPM_VERSION : 9
148- - func : run tests
149- vars :
150- TEST_TARGET : node
151- - name : node-tests-v18
152- tags : ["node"]
153- commands :
154- - func : fetch source
155- vars :
156- NODE_LTS_VERSION : 18
157- NPM_VERSION : 10
158- - func : install dependencies
159- - func : run tests
160- vars :
161- TEST_TARGET : node
162137 - name : node-tests-v20
163138 tags : ["node"]
164139 commands :
165140 - func : fetch source
166141 vars :
167- NODE_LTS_VERSION : 20
142+ NODE_LTS_VERSION : " 20.19.0 "
168143 - func : install dependencies
169144 - func : run tests
170145 - name : node-tests-v22
@@ -256,8 +231,8 @@ tasks:
256231 commands :
257232 - func : fetch source
258233 vars :
259- # This needs to stay pinned at Node v18.16 .0 for consistency across perf runs.
260- NODE_LTS_VERSION : v18.16 .0
234+ # This needs to stay pinned at Node v22.11 .0 for consistency across perf runs.
235+ NODE_LTS_VERSION : v22.11 .0
261236 NPM_VERSION : 9
262237 - func : install dependencies
263238 vars :
@@ -273,8 +248,8 @@ tasks:
273248 commands :
274249 - func : fetch source
275250 vars :
276- # This needs to stay pinned at Node v18.16 .0 for consistency across perf runs.
277- NODE_LTS_VERSION : v18.16 .0
251+ # This needs to stay pinned at Node v22.11 .0 for consistency across perf runs.
252+ NODE_LTS_VERSION : v22.11 .0
278253 NPM_VERSION : 9
279254 - func : install dependencies
280255 vars :
@@ -287,8 +262,8 @@ tasks:
287262 commands :
288263 - func : fetch source
289264 vars :
290- # This needs to stay pinned at Node v18.16 .0 for consistency across perf runs.
291- NODE_LTS_VERSION : v18.16 .0
265+ # This needs to stay pinned at Node v22.11 .0 for consistency across perf runs.
266+ NODE_LTS_VERSION : v22.11 .0
292267 NPM_VERSION : 9
293268 - func : install dependencies
294269 vars :
0 commit comments