diff --git a/.github/workflows/presubmit.yaml b/.github/workflows/presubmit.yaml index f118231d..f0a10993 100644 --- a/.github/workflows/presubmit.yaml +++ b/.github/workflows/presubmit.yaml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [20, 22, 24] + node: [22, 24, 26] steps: - uses: actions/checkout@v5 - uses: actions/setup-node@v4 diff --git a/README.md b/README.md index b3f65db4..29b5cb8f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ page in Agent Platform documentation. ## Before you begin -1. Make sure your node.js version is 20 or above. +1. Make sure your node.js version is 22 or above. 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. 1. [Enable billing for your project](https://cloud.google.com/billing/docs/how-to/modify-project). 1. [Enable the Agent Platform API](https://console.cloud.google.com/flows/enableapi?apiid=aiplatform.googleapis.com). diff --git a/package.json b/package.json index 7a4e4406..64459099 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "Apache-2.0", "author": "Google LLC", "engines": { - "node": ">=20.0.0" + "node": ">=22.0.0" }, "homepage": "https://github.com/googleapis/nodejs-agentplatform", "repository": "googleapis/nodejs-agentplatform",