Skip to content

Commit aaed292

Browse files
committed
fix: revert to cypress 8 and add Node.js 12 support back
Because 9.0.0 somehow fails the Node.js 17 CI.
1 parent 1673711 commit aaed292

File tree

4 files changed

+61
-54
lines changed

4 files changed

+61
-54
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
node-version:
1919
- 14
2020
include:
21+
- node-version: 12
22+
os: ubuntu-latest
2123
- node-version: 16
2224
os: ubuntu-latest
2325
- node-version: 17

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"template"
1212
],
1313
"engines": {
14-
"node": "^14.13.1 || >=16.0.0"
14+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1515
},
1616
"scripts": {
1717
"prepare": "husky install",

0 commit comments

Comments
 (0)