Skip to content

Commit b24a10b

Browse files
breaking: drop node 12, 13, 15 and 17 support (#4879)
1 parent 5501639 commit b24a10b

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

content/guides/getting-started/installing-cypress.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,12 @@ application supports these operating systems:
147147

148148
If you're using `npm` to install Cypress, we support:
149149

150-
- **Node.js** 12 or 14 and above
150+
- **Node.js** 14.x
151+
- **Node.js** 16.x
152+
- **Node.js** 18.x and above
153+
154+
Cypress generally aligns with
155+
[Node's release schedule](https://github.com/nodejs/Release).
151156

152157
### Hardware
153158

content/guides/guides/command-line.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -693,23 +693,23 @@ for some reason failed to install the matching binary version.
693693

694694
```shell
695695
cypress version
696-
Cypress package version: 6.0.0
697-
Cypress binary version: 6.0.0
698-
Electron version: 10.1.5
699-
Bundled Node version: 12.14.1
696+
Cypress package version: 12.0.0
697+
Cypress binary version: 12.0.0
698+
Electron version: 21.0.0
699+
Bundled Node version: 16.16.0
700700
```
701701

702702
You can print each individual component's version number also.
703703

704704
```shell
705705
cypress version --component package
706-
6.0.0
706+
12.0.0
707707
cypress version --component binary
708-
6.0.0
708+
12.0.0
709709
cypress version --component electron
710-
10.1.5
710+
21.0.0
711711
cypress version --component node
712-
12.14.1
712+
16.16.0
713713
```
714714

715715
### `cypress cache [command]`

0 commit comments

Comments
 (0)