From c4c0c6c6cea6f21db65f299e5e3e7581ec9f9c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20Jarz=C4=99bski?= Date: Tue, 19 Jul 2022 14:26:44 +0200 Subject: [PATCH] Bump node required version to the CKE5 one. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bbc74c970..61f54e610 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "homepage": "https://github.com/ckeditor/ckeditor5-mermaid", "bugs": "https://github.com/ckeditor/ckeditor5-mermaid/issues", "engines": { - "node": ">=12.0.0", + "node": ">=14.0.0", "npm": ">=5.7.1" }, "files": [ @@ -85,4 +85,4 @@ "pre-commit": "lint-staged" } } -} \ No newline at end of file +}