Skip to content

Commit

Permalink
breaking: drop Node 12/17 support (#256)
Browse files Browse the repository at this point in the history
Co-authored-by: 唯然 <weiran.zsd@outlook.com>
  • Loading branch information
bmish and aladdin-add committed Jul 12, 2022
1 parent 84249ec commit 1c96c77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -13,10 +13,8 @@ jobs:
matrix:
node-version:
- '18'
- '17'
- '16'
- '14'
- '12'
os:
- ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -73,7 +73,7 @@
"eslint": ">=7.0.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
"node": "^14.17.0 || ^16.0.0 || >= 18.0.0"
},
"release-it": {
"git": {
Expand Down

0 comments on commit 1c96c77

Please sign in to comment.