From da39097751627453c62102e7f8a76bcc76651f8c Mon Sep 17 00:00:00 2001 From: Mary Gao Date: Tue, 31 Oct 2023 17:41:13 +0800 Subject: [PATCH] Update the node version --- .scripts/automation_init.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.scripts/automation_init.sh b/.scripts/automation_init.sh index 3cf936d8327d..0a804d893b60 100644 --- a/.scripts/automation_init.sh +++ b/.scripts/automation_init.sh @@ -1,6 +1,4 @@ #!/usr/bin/env bash -node -v npm install --force -g node@18.14.0 -node -v npm install -g @microsoft/rush@5.92.0 -npm install -g @marygao/js-sdk-release-tools +npm install -g @azure-tools/js-sdk-release-tools