Skip to content

Commit f253a49

Browse files
committed
grpc-js-xds: Update Node version in old test script
1 parent dbaaa89 commit f253a49

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 12
27+
nvm install 18
2828

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

0 commit comments

Comments
 (0)