Skip to content

Commit 65b628c

Browse files
authored
test(deps): add Node.js 26 (current) support (cypress-io#1750)
1 parent dace029 commit 65b628c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/example-node-versions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- 22
1818
- 24
1919
- 25
20+
- 26
2021
name: Cypress E2E on Node v${{ matrix.node }}
2122
steps:
2223
- name: Checkout

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ jobs:
593593
- 22
594594
- 24
595595
- 25
596+
- 26
596597
name: E2E on Node v${{ matrix.node }}
597598
steps:
598599
- name: Checkout
@@ -1418,6 +1419,7 @@ jobs:
14181419
- 22
14191420
- 24
14201421
- 25
1422+
- 26
14211423
name: E2E on Node v${{ matrix.node }}
14221424
steps:
14231425
- name: Checkout
@@ -1455,6 +1457,7 @@ jobs:
14551457
- 22
14561458
- 24
14571459
- 25
1460+
- 26
14581461
name: E2E on Node v${{ matrix.node }}
14591462
steps:
14601463
- uses: actions/checkout@v6
@@ -1922,7 +1925,7 @@ jobs:
19221925

19231926
Node.js is required to run this action. The recommended version `v7` supports:
19241927

1925-
- **Node.js** 22.x, 24.x and 25.x
1928+
- **Node.js** 22.x, 24.x, 25.x and 26.x
19261929

19271930
and is generally aligned with [Node.js's release schedule](https://github.com/nodejs/Release#readme).
19281931

0 commit comments

Comments
 (0)