From ef0640225184ebeac8a8210eae16fd0f4d8fdc03 Mon Sep 17 00:00:00 2001 From: SmallMain Date: Thu, 14 Nov 2024 20:40:49 +0800 Subject: [PATCH] =?UTF-8?q?engine=20=E5=A2=9E=E5=8A=A0=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=E6=80=A7=E6=8F=90=E7=A4=BA=EF=BC=8C=E5=A6=82?= =?UTF-8?q?=E6=9E=9C=E8=8A=82=E7=82=B9=E7=89=88=E6=9C=AC=E5=A4=AA=E9=AB=98?= =?UTF-8?q?=EF=BC=8Cgulp=20=E5=B0=86=E6=8A=A5=E9=94=99?= 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 071344e5..358d62a5 100644 --- a/engine/package.json +++ b/engine/package.json @@ -58,5 +58,8 @@ "vinyl-source-stream": "2.0.0", "vinyl-sourcemaps-apply": "0.2.1", "watchify": "3.7.0" + }, + "engines": { + "node": "10.24.1" } }