grpc-js-xds: Update Node version in old test script

This commit is contained in:
Michael Lumish 2023-06-16 13:54:33 -07:00
parent dbaaa89a08
commit f253a4966a
1 changed files with 1 additions and 1 deletions

View File

@ -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