Skip to content

Commit

Permalink
Merge pull request #1949 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 4c6ace7 + e672ca4 commit e848121
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .scripts/automation_generate.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
#!/usr/bin/env bash
whereis code-gen-pipeline
whereis node
node -v
code-gen-pipeline --version
code-gen-pipeline --inputJsonPath=$1 --outputJsonPath=$2 --use=@autorest/typescript@^6.0.11 --typespecEmitter=@azure-tools/typespec-ts
5 changes: 4 additions & 1 deletion .scripts/automation_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ export NVM_DIR="$HOME/.nvm"
nvm install v18.15.0
npm install -g @microsoft/[email protected]
npm install -g @azure-tools/js-sdk-release-tools
code-gen-pipeline
whereis code-gen-pipeline
whereis node
node -v
code-gen-pipeline --version

0 comments on commit e848121

Please sign in to comment.