From 77e39778f119f8387a507f31ef12cec09fd70520 Mon Sep 17 00:00:00 2001 From: SmallMain Date: Thu, 14 Nov 2024 21:01:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=20volta=20=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E7=AE=A1=E7=90=86=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- engine/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/engine/package.json b/engine/package.json index 358d62a5..66ef98a8 100644 --- a/engine/package.json +++ b/engine/package.json @@ -61,5 +61,8 @@ }, "engines": { "node": "10.24.1" + }, + "volta": { + "node": "10.24.1" } }