Skip to content

Commit

Permalink
fix: npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Dec 17, 2024
1 parent 2be67f0 commit 1998da8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,10 @@ tasks:
vars:
# This needs to stay pinned at Node v18.16.0 for consistency across perf runs.
NODE_LTS_VERSION: v18.16.0
NPM_VERSION: 10
NPM_VERSION: 9
- func: install dependencies
vars:
NPM_VERSION: 10
NPM_VERSION: 9
- func: run granular benchmarks
vars:
WARMUP: 1000
Expand All @@ -266,10 +266,10 @@ tasks:
vars:
# This needs to stay pinned at Node v18.16.0 for consistency across perf runs.
NODE_LTS_VERSION: v18.16.0
NPM_VERSION: 10
NPM_VERSION: 9
- func: install dependencies
vars:
NPM_VERSION: 10
NPM_VERSION: 9
- func: run custom benchmarks
- command: perf.send
params:
Expand All @@ -280,10 +280,10 @@ tasks:
vars:
# This needs to stay pinned at Node v18.16.0 for consistency across perf runs.
NODE_LTS_VERSION: v18.16.0
NPM_VERSION: 10
NPM_VERSION: 9
- func: install dependencies
vars:
NPM_VERSION: 10
NPM_VERSION: 9
- func: run spec benchmarks
- command: perf.send
params:
Expand Down

0 comments on commit 1998da8

Please sign in to comment.