fix: require at least node v14 (#546)

pull/552/head
Divyansh Singh 3 years ago committed by GitHub
parent f0ba5e93c0
commit 7cf70111a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,7 @@
"ci-docs": "run-s build docs-build" "ci-docs": "run-s build docs-build"
}, },
"engines": { "engines": {
"node": ">=12.0.0" "node": ">=14.0.0"
}, },
"gitHooks": { "gitHooks": {
"pre-commit": "lint-staged" "pre-commit": "lint-staged"

Loading…
Cancel
Save