Skip to content

Commit a6c647a

Browse files
committed
chore: add comment
1 parent 5161283 commit a6c647a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.evergreen/install-dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
set -o errexit # Exit the script with error if any of the commands fail
33

44
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.
56
NODE_LOWEST_LTS=18
67

78
source "${PROJECT_DIRECTORY}/.evergreen/init-node-and-npm-env.sh"

0 commit comments

Comments
 (0)