From 7c9b23edbda9dc4f6df117d05945147c569f7133 Mon Sep 17 00:00:00 2001 From: shanshanzhong Date: Wed, 5 Nov 2025 18:29:45 -0800 Subject: [PATCH] =?UTF-8?q?ci(workflow):=20=E7=A7=BB=E9=99=A4=20Windows=20?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E6=B5=81=E7=A8=8B=E4=B8=AD=E7=9A=84=20Node.j?= =?UTF-8?q?s=20=E7=9B=B8=E5=85=B3=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-windows.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 469132e..9698411 100755 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -14,20 +14,6 @@ jobs: runs-on: client-server steps: - - name: 🔧 设置 Node.js - uses: actions/setup-node@v4 - with: - node-version: '20.x' # 使用 20.x 以确保最新稳定补丁 - cache: 'npm' # 启用缓存以加速并减少下载问题 - - - name: 🔍 验证 Node.js 安装 - run: | - echo "Node.js 版本: $(node --version)" - echo "npm 版本: $(npm --version)" - echo "PATH: $PATH" - which node || echo "❌ node 未在 PATH 中" - node --version || echo "❌ node 命令失败" - - name: 📥 Checkout 代码 uses: actions/checkout@v4 with: