chore: change supported node engine version.

This commit is contained in:
a.bouhuolia
2023-02-07 21:35:21 +02:00
parent f2e1efcb45
commit d47b1165c4

View File

@@ -23,7 +23,7 @@
"@commitlint/cli": "^17.4.2"
},
"engines": {
"node": ">=14.20"
"node": "14.x"
},
"husky": {
"hooks": {
@@ -31,4 +31,4 @@
}
},
"dependencies": {}
}
}