Skip to content

Commit

Permalink
add minimum supported nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkettner committed Oct 26, 2023
1 parent cdcca0d commit b58f8b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"scripts": {
"start": "node server/index.js"
},
"engines" : {
"node" : ">=14.0.0"
},
"dependencies": {
"adm-zip": "^0.5.10",
"body-parser": "^1.20.2",
Expand Down

0 comments on commit b58f8b1

Please sign in to comment.