grpc-js-xds: Downgrade Node version in old test script to 16

This commit is contained in:
Michael Lumish 2023-06-20 10:04:13 -07:00
parent 6e56a563cc
commit b4078a36da
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 18
nvm install 16
set -exu -o pipefail
[[ -f /VERSION ]] && cat /VERSION