Skip to content

Commit

Permalink
fix: require at least node v14 (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Feb 22, 2022
1 parent f0ba5e9 commit 7cf7011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
"ci-docs": "run-s build docs-build"
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"gitHooks": {
"pre-commit": "lint-staged"
Expand Down

0 comments on commit 7cf7011

Please sign in to comment.