Skip to content

Commit

Permalink
Merge pull request #2466 from murgatroid99/grpc-js-xds_old_script_nod…
Browse files Browse the repository at this point in the history
…e_update

grpc-js-xds: Update Node version in old test script
  • Loading branch information
murgatroid99 committed Jun 16, 2023
2 parents dbaaa89 + f253a49 commit 6e56a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grpc-js-xds/scripts/xds.sh
Expand Up @@ -24,7 +24,7 @@ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.4/install.sh | b
# Load NVM
. $NVM_DIR/nvm.sh

nvm install 12
nvm install 18

set -exu -o pipefail
[[ -f /VERSION ]] && cat /VERSION
Expand Down

0 comments on commit 6e56a56

Please sign in to comment.