We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fed073 commit ef4e52aCopy full SHA for ef4e52a
.evergreen/install-dependencies.sh
@@ -7,9 +7,8 @@ set -o errexit # Exit the script with error if any of the commands fail
7
## a full nodejs version, in the format v<major>.<minor>.patch
8
export NODE_LTS_VERSION=${NODE_LTS_VERSION:-16}
9
# 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
-
+# a version lower than latest to support EOL Node versions. When not provided will
+# be handled by this script in drivers tools.
13
source $DRIVERS_TOOLS/.evergreen/install-node.sh
14
15
npm install "${NPM_OPTIONS}"
0 commit comments