Skip to content

Commit

Permalink
Merge pull request #2 from patrickkettner/min-node-version
Browse files Browse the repository at this point in the history
add minimum supported nodejs version
  • Loading branch information
oliverdunk committed Apr 15, 2024
2 parents 67702f6 + b58f8b1 commit 8dcdf24
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 8dcdf24

Please sign in to comment.