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 334372e commit 745915dCopy full SHA for 745915d
.evergreen/setup-env.sh
@@ -30,8 +30,7 @@ if [ "$OS" != "Windows_NT" ]; then
30
echo "Setting NVM environment home: $NVM_DIR"
31
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
32
set +x # nvm is very verbose
33
- echo nvm use $NODE_JS_VERSION || nvm use 20.11.1
34
- nvm use $NODE_JS_VERSION || nvm use 20.11.1 # see install-node.sh
+ nvm use $NODE_JS_VERSION
35
set -x
36
export PATH="$NVM_BIN:$PATH"
37
else
0 commit comments