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 329857d commit 29aa89cCopy full SHA for 29aa89c
.evergreen/install-dependencies.sh
@@ -41,6 +41,7 @@ path: $NVM_SYMLINK
41
EOT
42
43
nvm install ${NODE_VERSION}
44
+ nvm on
45
else
46
curl -o- $NVM_URL | bash
47
[ -s "${NVM_DIR}/nvm.sh" ] && \. "${NVM_DIR}/nvm.sh"
0 commit comments