From bb0ea3bbdbb4293f14656c1a7040243cd8b340ac Mon Sep 17 00:00:00 2001 From: Mary Gao Date: Tue, 31 Oct 2023 18:38:30 +0800 Subject: [PATCH] Update the node version --- .scripts/automation_init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/automation_init.sh b/.scripts/automation_init.sh index b7aae0f44fdf..d58d47300094 100644 --- a/.scripts/automation_init.sh +++ b/.scripts/automation_init.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash -source $NVM_DIR/nvm.sh +. $NVM_DIR/nvm.sh nvm install v18.15.0 npm install -g @microsoft/rush@5.92.0 npm install -g @azure-tools/js-sdk-release-tools