Skip to content

Commit

Permalink
feat: add min node version to install dependencies (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: Rodrigo Oler <roodrigoprogrammer@gmail.com>
  • Loading branch information
Mikael-R and rodrigooler committed May 23, 2024
1 parent d5be560 commit 6388fce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,9 @@
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.3"
},
"engines": {
"node": ">=18.18",
"npm": ">=10.5.0"
}
}

0 comments on commit 6388fce

Please sign in to comment.