Skip to content

Commit

Permalink
feat: require node.js v18
Browse files Browse the repository at this point in the history
  • Loading branch information
palashmon authored Apr 18, 2024
1 parent d673e34 commit 0ed4438
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
"email": "palashm@live.in",
"url": "https://github.com/palashmon"
},
"sideEffects": false,
"engines": {
"node": ">=8.17.0"
"node": ">=18"
},
"scripts": {
"test": "xo && ava",
Expand Down

0 comments on commit 0ed4438

Please sign in to comment.