Skip to content

Commit

Permalink
Fix node engines
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Oct 22, 2024
1 parent 5c4ba3e commit a63518a
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 @@ -31,7 +31,7 @@
"README.md"
],
"engines": {
"node": ">= 0.6"
"node": ">=18"
},
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit a63518a

Please sign in to comment.