Skip to content

Commit 29aa89c

Browse files
authored
chore(ci): turn nvm on in windows
1 parent 329857d commit 29aa89c

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
@@ -41,6 +41,7 @@ path: $NVM_SYMLINK
4141
EOT
4242

4343
nvm install ${NODE_VERSION}
44+
nvm on
4445
else
4546
curl -o- $NVM_URL | bash
4647
[ -s "${NVM_DIR}/nvm.sh" ] && \. "${NVM_DIR}/nvm.sh"

0 commit comments

Comments
 (0)