Skip to content

Commit

Permalink
fix engines field for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcpip committed Oct 30, 2024
1 parent 0fe592e commit 0d2cefc
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 @@ -33,7 +33,7 @@
"index.js"
],
"engines": {
"node": ">= 0.10"
"node": ">= 18"
},
"scripts": {
"lint": "standard",
Expand Down

0 comments on commit 0d2cefc

Please sign in to comment.