File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -249,10 +249,10 @@ tasks:
249
249
vars :
250
250
# This needs to stay pinned at Node v18.16.0 for consistency across perf runs.
251
251
NODE_LTS_VERSION : v18.16.0
252
- NPM_VERSION : 10
252
+ NPM_VERSION : 9
253
253
- func : install dependencies
254
254
vars :
255
- NPM_VERSION : 10
255
+ NPM_VERSION : 9
256
256
- func : run granular benchmarks
257
257
vars :
258
258
WARMUP : 1000
@@ -266,10 +266,10 @@ tasks:
266
266
vars :
267
267
# This needs to stay pinned at Node v18.16.0 for consistency across perf runs.
268
268
NODE_LTS_VERSION : v18.16.0
269
- NPM_VERSION : 10
269
+ NPM_VERSION : 9
270
270
- func : install dependencies
271
271
vars :
272
- NPM_VERSION : 10
272
+ NPM_VERSION : 9
273
273
- func : run custom benchmarks
274
274
- command : perf.send
275
275
params :
@@ -280,10 +280,10 @@ tasks:
280
280
vars :
281
281
# This needs to stay pinned at Node v18.16.0 for consistency across perf runs.
282
282
NODE_LTS_VERSION : v18.16.0
283
- NPM_VERSION : 10
283
+ NPM_VERSION : 9
284
284
- func : install dependencies
285
285
vars :
286
- NPM_VERSION : 10
286
+ NPM_VERSION : 9
287
287
- func : run spec benchmarks
288
288
- command : perf.send
289
289
params :
You can’t perform that action at this time.
0 commit comments