Skip to content

Commit 07325b1

Browse files
authored
fix(package): allow node 12 or higher, not strictly higher than node 12
1 parent 591b5fb commit 07325b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"example/"
109109
],
110110
"engines": {
111-
"node": ">12"
111+
"node": ">=12"
112112
},
113113
"config": {
114114
"commitizen": {

0 commit comments

Comments
 (0)