Skip to content

Commit 7cf7011

Browse files
authored
fix: require at least node v14 (#546)
1 parent f0ba5e9 commit 7cf7011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"ci-docs": "run-s build docs-build"
4444
},
4545
"engines": {
46-
"node": ">=12.0.0"
46+
"node": ">=14.0.0"
4747
},
4848
"gitHooks": {
4949
"pre-commit": "lint-staged"

0 commit comments

Comments
 (0)