Skip to content

Commit 90105e6

Browse files
committed
fix: revert node v12 support
it should be a breaking change, and will be a part of v2.
1 parent 63a682a commit 90105e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"conf"
4242
],
4343
"engines": {
44-
"node": "^14.18.0 || >=16.0.0"
44+
"node": ">=12.0.0"
4545
},
4646
"dependencies": {
4747
"@babel/core": "^7.20.5",

0 commit comments

Comments
 (0)