Skip to content

Commit

Permalink
Merge pull request #47 from hutte-io/feature/update-node-requirement
Browse files Browse the repository at this point in the history
fix: update required node version
  • Loading branch information
mmoyaferrer authored Nov 8, 2023
2 parents c1442cd + 5bcc344 commit 5ecc43d
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 @@ -42,7 +42,7 @@
"typescript": "5.2.2"
},
"engines": {
"node": ">=8.0.0"
"node": ">=18.0.0"
},
"files": [
"/lib",
Expand Down

0 comments on commit 5ecc43d

Please sign in to comment.