From 38af838da60466ef8779384496f27d2b73a97623 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Thu, 26 May 2022 12:42:09 +0800 Subject: [PATCH] chore: bump engine to match vite v3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ab0dbb3..5efd0f85 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "url": "https://github.com/vuejs/vitepress/issues" }, "engines": { - "node": ">=14.0.0" + "node": ">=14.6.0" }, "scripts": { "dev": "rimraf dist && run-s dev-shared dev-start",