mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
grpc-js-xds: Drop support for Node versions below 16
This commit is contained in:
parent
4bff372df7
commit
9974f7704d
@ -53,7 +53,7 @@
|
||||
"@grpc/grpc-js": "~1.8.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.10.0"
|
||||
"node": ">=16.0.0"
|
||||
},
|
||||
"files": [
|
||||
"src/**/*.ts",
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user