Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/example-node-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- 22
- 24
- 25
- 26
name: Cypress E2E on Node v${{ matrix.node }}
steps:
- name: Checkout
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ jobs:
- 22
- 24
- 25
- 26
name: E2E on Node v${{ matrix.node }}
steps:
- name: Checkout
Expand Down Expand Up @@ -1418,6 +1419,7 @@ jobs:
- 22
- 24
- 25
- 26
name: E2E on Node v${{ matrix.node }}
steps:
- name: Checkout
Expand Down Expand Up @@ -1455,6 +1457,7 @@ jobs:
- 22
- 24
- 25
- 26
name: E2E on Node v${{ matrix.node }}
steps:
- uses: actions/checkout@v6
Expand Down Expand Up @@ -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).

Expand Down
Loading