Skip to content

Commit 1998da8

Browse files
committed
fix: npm version
1 parent 2be67f0 commit 1998da8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.evergreen/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,10 @@ tasks:
249249
vars:
250250
# This needs to stay pinned at Node v18.16.0 for consistency across perf runs.
251251
NODE_LTS_VERSION: v18.16.0
252-
NPM_VERSION: 10
252+
NPM_VERSION: 9
253253
- func: install dependencies
254254
vars:
255-
NPM_VERSION: 10
255+
NPM_VERSION: 9
256256
- func: run granular benchmarks
257257
vars:
258258
WARMUP: 1000
@@ -266,10 +266,10 @@ tasks:
266266
vars:
267267
# This needs to stay pinned at Node v18.16.0 for consistency across perf runs.
268268
NODE_LTS_VERSION: v18.16.0
269-
NPM_VERSION: 10
269+
NPM_VERSION: 9
270270
- func: install dependencies
271271
vars:
272-
NPM_VERSION: 10
272+
NPM_VERSION: 9
273273
- func: run custom benchmarks
274274
- command: perf.send
275275
params:
@@ -280,10 +280,10 @@ tasks:
280280
vars:
281281
# This needs to stay pinned at Node v18.16.0 for consistency across perf runs.
282282
NODE_LTS_VERSION: v18.16.0
283-
NPM_VERSION: 10
283+
NPM_VERSION: 9
284284
- func: install dependencies
285285
vars:
286-
NPM_VERSION: 10
286+
NPM_VERSION: 9
287287
- func: run spec benchmarks
288288
- command: perf.send
289289
params:

0 commit comments

Comments
 (0)