feat: Added Engines to Enforce Node v18.0.0 and above

Signed-off-by: Adithya Krishna <adikrish@redhat.com>
This commit is contained in:
Adithya Krishna
2023-08-21 18:54:44 +05:30
committed by Mythie
parent 105eeec5df
commit 7975eb7a8d

View File

@@ -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",