Skip to content

Commit

Permalink
Fix 'node smaller than 17' issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed May 4, 2023
1 parent 83520df commit 1066b03
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 @@ -4,7 +4,7 @@
"husky": "^8.0.3"
},
"engines" : {
"node" : ">=18.16.0 <17.0.0"
"node" : ">=18.16.0 <19.0.0"
},
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit 1066b03

Please sign in to comment.