Skip to content

Commit

Permalink
chore: update nvm version to v0.39.3 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Jan 18, 2023
1 parent ceb0383 commit ed1e331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/install-nvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if command -v nvm &> /dev/null; then
echo "nvm is already installed. Skipping nvm install.";
else
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash;
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash;

echo 'export NVM_DIR="$HOME/.nvm"' >> "$BASH_ENV";
echo '[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" --no-use' >> "$BASH_ENV";
Expand Down

0 comments on commit ed1e331

Please sign in to comment.