Skip to content

Commit 745915d

Browse files
committed
fixup: remove outdated RHEL reference
1 parent 334372e commit 745915d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.evergreen/setup-env.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ if [ "$OS" != "Windows_NT" ]; then
3030
echo "Setting NVM environment home: $NVM_DIR"
3131
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
3232
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
33+
nvm use $NODE_JS_VERSION
3534
set -x
3635
export PATH="$NVM_BIN:$PATH"
3736
else

0 commit comments

Comments
 (0)