File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,12 @@ application supports these operating systems:
147
147
148
148
If you're using ` npm ` to install Cypress, we support:
149
149
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 ) .
151
156
152
157
### Hardware
153
158
Original file line number Diff line number Diff line change @@ -693,23 +693,23 @@ for some reason failed to install the matching binary version.
693
693
694
694
``` shell
695
695
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
700
700
```
701
701
702
702
You can print each individual component's version number also.
703
703
704
704
``` shell
705
705
cypress version --component package
706
- 6 .0.0
706
+ 12 .0.0
707
707
cypress version --component binary
708
- 6 .0.0
708
+ 12 .0.0
709
709
cypress version --component electron
710
- 10.1.5
710
+ 21.0.0
711
711
cypress version --component node
712
- 12.14.1
712
+ 16.16.0
713
713
```
714
714
715
715
### ` cypress cache [command] `
You can’t perform that action at this time.
0 commit comments