From d5cbd1e55cd4a2ccb2f08091a50f295159e43dac Mon Sep 17 00:00:00 2001 From: Yuhang Wu Date: Tue, 25 Aug 2026 12:21:25 +0800 Subject: [PATCH] =?UTF-8?q?ci(github=20actions):=20=E8=B0=83=E6=95=B4node?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=B9=B6=E4=BF=AE=E5=A4=8D=E8=BE=93=E5=87=BA?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将Node.js版本从lts/*固定为24,同时修复GITHUB_OUTPUT的输出格式,确保结束分隔符独占一行 --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 403b968..2f9f96f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v5 with: - node-version: lts/* + node-version: 24 cache: "pnpm" # 4. 安装 Rust @@ -93,7 +93,9 @@ jobs: { echo "body<> "$GITHUB_OUTPUT" # 8. 构建并发布(核心步骤)