Skip to content

Commit bc5dddb

Browse files
sararobcopybara-github
authored andcommitted
feat: Update minimum supported Node version to Node 20
PiperOrigin-RevId: 899095779
1 parent 7904635 commit bc5dddb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.kokoro/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ npm test
3939

4040
# codecov combines coverage across integration and unit tests. Include
4141
# the logic below for any environment you wish to collect coverage for:
42-
COVERAGE_NODE=14
42+
COVERAGE_NODE=22
4343
if npx check-node-version@3.3.0 --silent --node $COVERAGE_NODE; then
4444
NYC_BIN=./node_modules/nyc/bin/nyc.js
4545
if [ -f "$NYC_BIN" ]; then

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ page in Vertex AI documentation.
2424

2525
## Before you begin
2626

27-
1. Make sure your node.js version is 18 or above.
27+
1. Make sure your node.js version is 20 or above.
2828
1. [Select](https://console.cloud.google.com/project) or [create](https://cloud.google.com/resource-manager/docs/creating-managing-projects#creating_a_project) a Google Cloud project.
2929
1. [Enable billing for your project](https://cloud.google.com/billing/docs/how-to/modify-project).
3030
1. [Enable the Vertex AI API](https://console.cloud.google.com/flows/enableapi?apiid=aiplatform.googleapis.com).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {
8-
"node": ">=18.0.0"
8+
"node": ">=20.0.0"
99
},
1010
"homepage": "https://github.com/googleapis/nodejs-vertexai",
1111
"repository": "googleapis/nodejs-vertexai",

0 commit comments

Comments
 (0)