Skip to content

Commit

Permalink
grpc-js-xds: Drop support for Node versions below 16
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Sep 8, 2023
1 parent 4bff372 commit 9974f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/grpc-js-xds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@grpc/grpc-js": "~1.8.0"
},
"engines": {
"node": ">=10.10.0"
"node": ">=16.0.0"
},
"files": [
"src/**/*.ts",
Expand Down
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9974f77

Please sign in to comment.