Skip to content

Commit 95200e6

Browse files
committed
chore!: drop Node.js 12 support
1. Cypress 9.0.0 doesn't play nice with Node.js 12 cypress-io/cypress#18973 2. This package is for creating new projects, so I expect most users are using a more up-to-date version of Node.js
1 parent 0a35394 commit 95200e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
node-version:
1919
- 14
2020
include:
21-
- node-version: 12
22-
os: ubuntu-latest
2321
- node-version: 16
2422
os: ubuntu-latest
23+
- node-version: 17
24+
os: ubuntu-latest
2525
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
2626
steps:
2727
- uses: actions/checkout@v1

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": "^12.20.0 || ^14.13.1 || >=16.0.0"
14+
"node": "^14.13.1 || >=16.0.0"
1515
},
1616
"scripts": {
1717
"prepare": "husky install",

0 commit comments

Comments
 (0)