Bump node required version to the CKE5 one.

This commit is contained in:
Dariusz Jarzębski 2022-07-19 14:26:44 +02:00
parent 69cee42b2d
commit c4c0c6c6ce

View File

@ -17,7 +17,7 @@
"homepage": "https://github.com/ckeditor/ckeditor5-mermaid", "homepage": "https://github.com/ckeditor/ckeditor5-mermaid",
"bugs": "https://github.com/ckeditor/ckeditor5-mermaid/issues", "bugs": "https://github.com/ckeditor/ckeditor5-mermaid/issues",
"engines": { "engines": {
"node": ">=12.0.0", "node": ">=14.0.0",
"npm": ">=5.7.1" "npm": ">=5.7.1"
}, },
"files": [ "files": [
@ -85,4 +85,4 @@
"pre-commit": "lint-staged" "pre-commit": "lint-staged"
} }
} }
} }