Skip to content

Commit

Permalink
fix: update engines field to reflect supported node versions (#541)
Browse files Browse the repository at this point in the history
closes #540
  • Loading branch information
Phillip9587 authored Oct 16, 2024
1 parent 966bc9d commit f316637
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 @@ -43,7 +43,7 @@
"index.js"
],
"engines": {
"node": ">= 0.10"
"node": ">=18"
},
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit f316637

Please sign in to comment.