From 0173799313932c1af98ea5cffcdadca64613bcd4 Mon Sep 17 00:00:00 2001 From: bichangxiong <3057647414@qq.com> Date: Tue, 26 Aug 2025 12:23:13 +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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/master.yml b/.gitea/workflows/master.yml index 127d8b2..f3cbd4e 100644 --- a/.gitea/workflows/master.yml +++ b/.gitea/workflows/master.yml @@ -13,6 +13,11 @@ jobs: name: 打包 Uniapp 项目 runs-on: tianyiyun # 云 Runner 环境(自建 Runner 可替换为自定义名称) steps: + - name: 验证 Node.js 环境 + run: | + echo "Node 版本: $(node -v)" + echo "npm 版本: $(npm -v)" + echo "当前 PATH: $PATH" # 检查 Node 路径是否在 PATH 中 - name: 拉取代码仓库 uses: http://git.missmoc.top/mocheng/checkout@v4 with: