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 5161283 commit a6c647aCopy full SHA for a6c647a
.evergreen/install-dependencies.sh
@@ -2,6 +2,7 @@
2
set -o errexit # Exit the script with error if any of the commands fail
3
4
NODE_LTS_VERSION=${NODE_LTS_VERSION:-16}
5
+# npm 10 does not work with Node < 18 so npm 9 will be installed on those versions.
6
NODE_LOWEST_LTS=18
7
8
source "${PROJECT_DIRECTORY}/.evergreen/init-node-and-npm-env.sh"
0 commit comments