From 1b8eb2291d292cd7ba959b1354056027cb687ab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E5=85=B8=E5=8D=93?= Date: Thu, 5 Jun 2025 11:04:08 +0800 Subject: [PATCH] =?UTF-8?q?flat:=20=E4=BD=BF=E7=94=A8volta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 7c25ccb..d67c963 100644 --- a/package.json +++ b/package.json @@ -59,5 +59,9 @@ "vue-cli-service lint", "git add" ] + }, + "volta": { + "node": "14.21.3", + "npm": "6.14.18" } }