Skip to content

Commit

Permalink
fix: npm
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Dec 16, 2024
1 parent 43e8725 commit 4162eec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,9 @@ tasks:
tags: ["node"]
commands:
- func: fetch source
vars:
NODE_LTS_VERSION: 16
- func: install dependencies
vars:
NODE_LTS_VERSION: 16
NPM_VERSION: 9
- func: run tests
vars:
Expand All @@ -143,6 +142,7 @@ tasks:
- func: fetch source
vars:
NODE_LTS_VERSION: 18
NPM_VERSION: 10
- func: install dependencies
- func: run tests
vars:
Expand Down Expand Up @@ -246,6 +246,7 @@ 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
- func: install dependencies
vars:
NPM_VERSION: 9
Expand All @@ -262,6 +263,7 @@ 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
- func: install dependencies
vars:
NPM_VERSION: 9
Expand All @@ -275,6 +277,7 @@ 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
- func: install dependencies
vars:
NPM_VERSION: 9
Expand Down

0 comments on commit 4162eec

Please sign in to comment.