Skip to content

Commit

Permalink
Merge pull request #1947 from MaryGao/curl-nvm-latest
Browse files Browse the repository at this point in the history
Update the node version
  • Loading branch information
MaryGao authored Oct 31, 2023
2 parents 1b4a733 + 4de36f6 commit d94e665
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .scripts/automation_init.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
. $NVM_DIR/nvm.sh
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
nvm install v18.15.0
npm install -g @microsoft/[email protected]
npm install -g @azure-tools/js-sdk-release-tools

0 comments on commit d94e665

Please sign in to comment.