mirror of https://github.com/grpc/grpc-node.git
grpc-js-xds: Downgrade Node version in old test script to 16
This commit is contained in:
parent
6e56a563cc
commit
b4078a36da
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue