mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
feat: Added Engines to Enforce Node v18.0.0 and above
Signed-off-by: Adithya Krishna <adikrish@redhat.com>
This commit is contained in:
parent
105eeec5df
commit
7975eb7a8d
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,10 @@
|
|||
"prepare": "husky install",
|
||||
"commitlint": "commitlint --edit"
|
||||
},
|
||||
"engines": {
|
||||
"npm": ">=8.6.0",
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^17.7.1",
|
||||
"@commitlint/config-conventional": "^17.7.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue