Skip to content

Commit 1c96c77

Browse files
bmishaladdin-add
andauthored
breaking: drop Node 12/17 support (#256)
Co-authored-by: 唯然 <[email protected]>
1 parent 84249ec commit 1c96c77

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/main.yml

-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ jobs:
1313
matrix:
1414
node-version:
1515
- '18'
16-
- '17'
1716
- '16'
1817
- '14'
19-
- '12'
2018
os:
2119
- ubuntu-latest
2220
steps:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"eslint": ">=7.0.0"
7474
},
7575
"engines": {
76-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
76+
"node": "^14.17.0 || ^16.0.0 || >= 18.0.0"
7777
},
7878
"release-it": {
7979
"git": {

0 commit comments

Comments
 (0)