From b0b70748669222d7561126852d668bce99b3cf90 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 f23e5bfa..19fadc87 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",