From 517dc56c0911c2828f772fc1ed9bbee0dfdcf363 Mon Sep 17 00:00:00 2001 From: "ankitatripathi.mp@gmail.com" Date: Tue, 7 Jul 2026 19:08:28 +0530 Subject: [PATCH] feat: add Node.js 26 support --- .github/workflows/ci.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 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/package.json b/package.json index dfaf62f1d0..c7605a57dc 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": {