Skip to content

Commit

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

grpc-js-xds: Downgrade Node version in old test script to 16
  • Loading branch information
murgatroid99 committed Jun 20, 2023
2 parents 6e56a56 + b4078a3 commit 186718c
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 18
nvm install 16

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

0 comments on commit 186718c

Please sign in to comment.