From f1628f42468baf7ae5bf3a83c3c26e7d76c49731 Mon Sep 17 00:00:00 2001 From: bichangxiong <3057647414@qq.com> Date: Thu, 28 Aug 2025 16:02:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/master.ym?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/master.yml b/.gitea/workflows/master.yml index dd894e6..1de0502 100644 --- a/.gitea/workflows/master.yml +++ b/.gitea/workflows/master.yml @@ -29,11 +29,11 @@ jobs: ######################################################################## # 步骤 2:安装 Node.js 环境(Uniapp 依赖 Node 处理项目依赖) ######################################################################## - # - name: 2. 安装 Node.js - # uses: actions/setup-node@v4 - # with: - # node-version: '18.x' # 推荐 16.x+,适配 Uniapp 依赖 - # cache: 'npm' # 缓存 npm 依赖,加速后续构建 + - name: 2. 安装 Node.js + uses: http://git.missmoc.top/mocheng/setup-node@v4 + with: + node-version: '18.x' # 推荐 16.x+,适配 Uniapp 依赖 + cache: 'npm' # 缓存 npm 依赖,加速后续构建 ######################################################################## # 步骤 3:安装 Uniapp 项目依赖