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 bb0ea3b commit 4de36f6
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 4de36f6

Please sign in to comment.