Skip to content

Commit

Permalink
Update the node version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryGao committed Oct 31, 2023
1 parent 67a34a2 commit b324168
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .scripts/automation_init.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
#!/usr/bin/env bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
. ~/.bashrc
cat ~/.bashrc
nvm install v18.15.0
npm install -g @microsoft/[email protected]
npm install -g @azure-tools/js-sdk-release-tools
ls -lh ./

0 comments on commit b324168

Please sign in to comment.