Skip to content

Commit

Permalink
fix: revert node v12 support
Browse files Browse the repository at this point in the history
it should be a breaking change, and will be a part of v2.
  • Loading branch information
aladdin-add committed Dec 22, 2022
1 parent 63a682a commit 90105e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"conf"
],
"engines": {
"node": "^14.18.0 || >=16.0.0"
"node": ">=12.0.0"
},
"dependencies": {
"@babel/core": "^7.20.5",
Expand Down

0 comments on commit 90105e6

Please sign in to comment.