Skip to content

Commit

Permalink
Attempting another workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmemstr committed Mar 15, 2021
1 parent 8b3a097 commit c838069
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scripts/install-nvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ if [ "$NODE_PARAM_LTS" = "1" ]; then
nvm install --lts
else
nvm install "$NODE_PARAM_VERSION"
nvm alias default "$NODE_PARAM_VERSION"
echo 'nvm use default &>/dev/null' >> $BASH_ENV
fi

0 comments on commit c838069

Please sign in to comment.