Skip to content

Commit

Permalink
add NPM_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
W-A-James committed Nov 25, 2024
1 parent da5a8d2 commit 3151509
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ functions:
- GYP_DEFINES
- '--env'
- NODE_LTS_VERSION=${NODE_LTS_VERSION}
- '--env'
- NPM_VERSION=${NPM_VERSION}
- 'ubuntu:22.04'
- /bin/bash
- /app/.evergreen/run-tests-ubuntu.sh
Expand Down Expand Up @@ -126,6 +128,7 @@ buildvariants:
packager_distro: ubuntu2204
packager_arch: x86_64
NODE_LTS_VERSION: "16"
NPM_VERSION: "9"
tasks:
- run-tests-ubuntu
- run-tests-ubuntu-rtld
Expand Down Expand Up @@ -170,6 +173,7 @@ buildvariants:
packager_distro: ubuntu2204
packager_arch: arm64
NODE_LTS_VERSION: "16"
NPM_VERSION: "9"
tasks:
- run-tests-ubuntu
- run-tests-ubuntu-rtld
Expand Down

0 comments on commit 3151509

Please sign in to comment.