Skip to content

Commit

Permalink
Added engines section to Node package to prohibit a subset of Node v1…
Browse files Browse the repository at this point in the history
…9 which have issues with TS (#47)
  • Loading branch information
sebjf committed Jan 25, 2024
1 parent fe24627 commit a3db656
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"start": "node --loader ts-node/esm app.ts",
"test": "jest"
},
"engines" : {
"node" : ">=18.12.1 <19.0.0 || >=19.7.0"
},
"dependencies": {
"@types/cookie-parser": "^1.4.6",
"@types/express": "^4.17.21",
Expand Down

0 comments on commit a3db656

Please sign in to comment.