From 5384fb32c67e4ee768b644fd5283964a11d207dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8B=AE=E5=AD=90=E8=80=97=E8=80=97?= <3116737282@qq.com> Date: Thu, 10 Aug 2023 21:39:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8volta=E7=AE=A1=E7=90=86node?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 2f3c19b..2a93a7f 100644 --- a/package.json +++ b/package.json @@ -15,5 +15,8 @@ "vue": "^3.2.47", "vuepress": "2.0.0-beta.66", "vuepress-theme-hope": "2.0.0-beta.234" + }, + "volta": { + "node": "16.20.2" } }