Skip to content

Commit a3f5159

Browse files
authored
Add minimum required version of Node in engines section of package.json (#43)
1 parent a278158 commit a3f5159

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
"url": "https://github.com/warrant-dev/warrant-node/issues"
3232
},
3333
"homepage": "https://github.com/warrant-dev/warrant-node#readme",
34+
"engines": {
35+
"node": ">=18.0.0"
36+
},
3437
"devDependencies": {
3538
"@types/node": "^18.11.18",
3639
"mocha": "^10.2.0",

0 commit comments

Comments
 (0)