From ab4c327870590cddb3f053fd171f5beedf863bc7 Mon Sep 17 00:00:00 2001 From: Oscar Hillestad Date: Thu, 18 Jun 2026 12:34:05 +0200 Subject: [PATCH] feat: add node 26 support Created by agent --- .github/workflows/ci.yml | 2 +- README.md | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e193c2c5f7..1b418981c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [20.x, 22.x, 24.x] + node-version: [20.x, 22.x, 24.x, 26.x] steps: - name: Checkout repo uses: actions/checkout@v4 diff --git a/README.md b/README.md index 9b24bfee07..fa3834d205 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This library supports the following tooling versions: -- Node.js: `^20.19.0 || ^22.12.0 || ^24.0.0` +- Node.js: `^20.19.0 || ^22.12.0 || ^24.0.0 || ^26.0.0` ### Installation @@ -578,7 +578,7 @@ console.log(rawResponse.headers); The SDK defaults to `node-fetch` but will use the global fetch client if present. The SDK works in the following runtimes: -- Node.js 20.19.0+, 22.12.0+, 24+ +- Node.js 20.19.0+, 22.12.0+, 24+, 26+ - Vercel - Cloudflare Workers - Deno v1.25+ diff --git a/package.json b/package.json index a8fb525f0c..f611a6dfc4 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ }, "packageManager": "yarn@1.22.22", "engines": { - "node": "^20.19.0 || ^22.12.0 || ^24.0.0" + "node": "^20.19.0 || ^22.12.0 || ^24.0.0 || ^26.0.0" }, "sideEffects": false, "bugs": {