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 e903c40 commit 2938238Copy full SHA for 2938238
.evergreen/install-dependencies.sh
@@ -7,11 +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:-14}
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
-
13
-echo "Installing Node.js $NODE_LTS_VERSION with npm@$NPM_VERSION"
14
+# a version lower than latest to support EOL Node versions. When not provided will
+# be handled by this script in drivers tools.
15
source $DRIVERS_TOOLS/.evergreen/install-node.sh
16
17
npm install --build-from-source
0 commit comments