Skip to content

Commit ef4e52a

Browse files
committed
chore(NODE-6634): pin NPM to 10 when Node version is 18
1 parent 1fed073 commit ef4e52a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.evergreen/install-dependencies.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ set -o errexit # Exit the script with error if any of the commands fail
77
## a full nodejs version, in the format v<major>.<minor>.patch
88
export NODE_LTS_VERSION=${NODE_LTS_VERSION:-16}
99
# npm version can be defined in the environment for cases where we need to install
10-
# a version lower than latest to support EOL Node versions.
11-
export NPM_VERSION=${NPM_VERSION:-latest}
12-
10+
# a version lower than latest to support EOL Node versions. When not provided will
11+
# be handled by this script in drivers tools.
1312
source $DRIVERS_TOOLS/.evergreen/install-node.sh
1413

1514
npm install "${NPM_OPTIONS}"

0 commit comments

Comments
 (0)