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 aadb63b46..1fb39c177 100644 --- a/README.md +++ b/README.md @@ -593,6 +593,7 @@ jobs: - 22 - 24 - 25 + - 26 name: E2E on Node v${{ matrix.node }} steps: - name: Checkout @@ -1418,6 +1419,7 @@ jobs: - 22 - 24 - 25 + - 26 name: E2E on Node v${{ matrix.node }} steps: - name: Checkout @@ -1455,6 +1457,7 @@ jobs: - 22 - 24 - 25 + - 26 name: E2E on Node v${{ matrix.node }} steps: - uses: actions/checkout@v6 @@ -1922,7 +1925,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).