grpc-js-xds: Drop support for Node versions below 16

This commit is contained in:
Michael Lumish 2023-09-07 17:59:35 -07:00
parent 4bff372df7
commit 9974f7704d
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
"@grpc/grpc-js": "~1.8.0"
},
"engines": {
"node": ">=10.10.0"
"node": ">=16.0.0"
},
"files": [
"src/**/*.ts",

View File

@ -28,7 +28,7 @@ cd $ROOT
git submodule update --init --recursive
if [ ! -n "$node_versions" ] ; then
node_versions="14 16"
node_versions="16"
fi
set +ex