Skip to content

Commit b4078a3

Browse files
committed
grpc-js-xds: Downgrade Node version in old test script to 16
1 parent 6e56a56 commit b4078a3

File tree

1 file changed

+1
-1
lines changed
  • packages/grpc-js-xds/scripts

1 file changed

+1
-1
lines changed

packages/grpc-js-xds/scripts/xds.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.4/install.sh | b
2424
# Load NVM
2525
. $NVM_DIR/nvm.sh
2626

27-
nvm install 18
27+
nvm install 16
2828

2929
set -exu -o pipefail
3030
[[ -f /VERSION ]] && cat /VERSION

0 commit comments

Comments
 (0)