Skip to content

Commit 6e56a56

Browse files
authored
Merge pull request #2466 from murgatroid99/grpc-js-xds_old_script_node_update
grpc-js-xds: Update Node version in old test script
2 parents dbaaa89 + f253a49 commit 6e56a56

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)