Skip to content

Commit 3151509

Browse files
committed
add NPM_VERSION
1 parent da5a8d2 commit 3151509

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.evergreen/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ functions:
6868
- GYP_DEFINES
6969
- '--env'
7070
- NODE_LTS_VERSION=${NODE_LTS_VERSION}
71+
- '--env'
72+
- NPM_VERSION=${NPM_VERSION}
7173
- 'ubuntu:22.04'
7274
- /bin/bash
7375
- /app/.evergreen/run-tests-ubuntu.sh
@@ -126,6 +128,7 @@ buildvariants:
126128
packager_distro: ubuntu2204
127129
packager_arch: x86_64
128130
NODE_LTS_VERSION: "16"
131+
NPM_VERSION: "9"
129132
tasks:
130133
- run-tests-ubuntu
131134
- run-tests-ubuntu-rtld
@@ -170,6 +173,7 @@ buildvariants:
170173
packager_distro: ubuntu2204
171174
packager_arch: arm64
172175
NODE_LTS_VERSION: "16"
176+
NPM_VERSION: "9"
173177
tasks:
174178
- run-tests-ubuntu
175179
- run-tests-ubuntu-rtld

0 commit comments

Comments
 (0)