Skip to content

Commit

Permalink
Add engines field to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bramses committed Mar 24, 2024
1 parent 758d619 commit 7dc59c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"engines": {
"node": ">=19.5.0"
},
"keywords": [],
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 7dc59c5

Please sign in to comment.