Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pirafrank committed Jan 29, 2021
1 parent d441e80 commit 8f498fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/setup_nvm.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fi

NODEVERSION="$1"

curl sSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh > nvm_install.sh
curl -sSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh > nvm_install.sh
bash nvm_install.sh
source $HOME/.zshrc
nvm install $NODEVERSION \
Expand Down

0 comments on commit 8f498fb

Please sign in to comment.