Skip to content

Commit 948d67d

Browse files
authored
feat(deps): remove Node.js 25 (cypress-io#1781)
1 parent 2b7e08a commit 948d67d

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
node:
1919
- 22
2020
- 24
21-
- 25
2221
- 26
2322
name: Cypress E2E on Node v${{ matrix.node }}
2423
steps:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ See [Releases](https://github.com/cypress-io/github-action/releases) for full de
66

77
| Version | Changes |
88
| ------- | ------------------------------------------------------------------------------------------------------------ |
9+
| v7.4.0 | Examples remove Node.js 25. End of support for Node.js 25. |
910
| v7.3.0 | Add parameter `expose` for [`Cypress.expose()`](https://docs.cypress.io/api/cypress-api/expose) support |
1011
| v7.2.0 | Examples remove Node.js 20. End of support for Node.js 20. |
1112
| v7.1.0 | Add parameter `package-manager-cache` |

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,6 @@ jobs:
592592
node:
593593
- 22
594594
- 24
595-
- 25
596595
- 26
597596
name: E2E on Node v${{ matrix.node }}
598597
steps:
@@ -1418,7 +1417,6 @@ jobs:
14181417
node:
14191418
- 22
14201419
- 24
1421-
- 25
14221420
- 26
14231421
name: E2E on Node v${{ matrix.node }}
14241422
steps:
@@ -1456,7 +1454,6 @@ jobs:
14561454
node:
14571455
- 22
14581456
- 24
1459-
- 25
14601457
- 26
14611458
name: E2E on Node v${{ matrix.node }}
14621459
steps:
@@ -1925,7 +1922,7 @@ jobs:
19251922

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

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

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

docs/MAINTENANCE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ The examples make use of [npm](https://www.npmjs.com/), [pnpm](https://pnpm.io/)
1818

1919
- [npm](https://www.npmjs.com/), which is installed with [Node.js](https://nodejs.org/).
2020

21-
- [corepack](https://github.com/nodejs/corepack). This is currently installed with [Node.js](https://nodejs.org/). Due to plans of Node.js to remove it in versions Node.js `25.x` and later, you may need to install it separately with `npm install -g corepack`.
21+
- [corepack](https://github.com/nodejs/corepack).
22+
This is installed with [Node.js](https://nodejs.org/) <=24 and is only used for Yarn Modern examples.
23+
You may need to install it separately with `npm install -g corepack` for Node.js >24.
2224

2325
- [Visual Studio Code](https://code.visualstudio.com/) or other editor
2426

0 commit comments

Comments
 (0)