From 9612cb26664b34626d3eb94f95c9633d1fe8186c Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Tue, 5 May 2026 12:00:51 +0200 Subject: [PATCH] test(deps): add Node.js 26 (current) support --- .github/workflows/example-node-versions.yml | 1 + README.md | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/example-node-versions.yml b/.github/workflows/example-node-versions.yml index ca03f03bd..9240e25de 100644 --- a/.github/workflows/example-node-versions.yml +++ b/.github/workflows/example-node-versions.yml @@ -17,6 +17,7 @@ jobs: - 22 - 24 - 25 + - 26 name: Cypress E2E on Node v${{ matrix.node }} steps: - name: Checkout diff --git a/README.md b/README.md index 539f4a61e..98138053f 100644 --- a/README.md +++ b/README.md @@ -568,6 +568,7 @@ jobs: - 22 - 24 - 25 + - 26 name: E2E on Node v${{ matrix.node }} steps: - name: Checkout @@ -1393,6 +1394,7 @@ jobs: - 22 - 24 - 25 + - 26 name: E2E on Node v${{ matrix.node }} steps: - name: Checkout @@ -1430,6 +1432,7 @@ jobs: - 22 - 24 - 25 + - 26 name: E2E on Node v${{ matrix.node }} steps: - uses: actions/checkout@v6 @@ -1896,7 +1899,7 @@ jobs: Node.js is required to run this action. The recommended version `v7` supports: -- **Node.js** 22.x, 24.x and 25.x +- **Node.js** 22.x, 24.x, 25.x and 26.x and is generally aligned with [Node.js's release schedule](https://github.com/nodejs/Release#readme).