From b3241683048302f82d88d8c4c5e01cd4f43e42a4 Mon Sep 17 00:00:00 2001 From: Mary Gao Date: Tue, 31 Oct 2023 20:21:50 +0800 Subject: [PATCH] Update the node version --- .scripts/automation_init.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.scripts/automation_init.sh b/.scripts/automation_init.sh index afd2ac3a3a8d..92875099c129 100644 --- a/.scripts/automation_init.sh +++ b/.scripts/automation_init.sh @@ -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/rush@5.92.0 npm install -g @azure-tools/js-sdk-release-tools -ls -lh ./