Skip to content

Commit

Permalink
Merge pull request #856 from ztoben/master
Browse files Browse the repository at this point in the history
Allow node 12 or higher, not strictly higher than node 12
  • Loading branch information
travi authored Nov 6, 2020
2 parents 591b5fb + 07325b1 commit 0d9f733
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 @@ -108,7 +108,7 @@
"example/"
],
"engines": {
"node": ">12"
"node": ">=12"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 0d9f733

Please sign in to comment.