Skip to content

Commit

Permalink
fix: update engines to the supported node versions (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip9587 authored Nov 6, 2024
1 parent 3ea88a3 commit 8710c1c
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 @@ -30,7 +30,7 @@
"index.js"
],
"engines": {
"node": ">= 0.6"
"node": ">=18"
},
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit 8710c1c

Please sign in to comment.