Skip to content

Commit b13c62a

Browse files
committed
fixup: ...
1 parent 3beb6cf commit b13c62a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.evergreen/install-node.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ else
1616
if [ `uname` = Darwin ]; then
1717
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
1818

19+
export NVM_DIR="$BASEDIR/.nvm"
1920
echo "Setting NVM environment home: $NVM_DIR"
2021
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
2122
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"

0 commit comments

Comments
 (0)