From 3e4846b662eb7ffe0aeafc5429fb1e5d628918a2 Mon Sep 17 00:00:00 2001 From: root <953994191@qq.com> Date: Fri, 26 Sep 2025 07:24:09 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4npm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 78ec1a7..659d8af 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -18,13 +18,6 @@ jobs: java-version: '17' distribution: 'temurin' - # 3. 设置 Node.js 环境 - 使用 Gitea.com 的镜像 - - name: 设置 Node.js 环境 - uses: https://gitea.com/actions/setup-node@v4 # 使用完整 URL:cite[3]:cite[9] - with: - node-version: '20' - cache: 'npm' - # 4. 缓存 Maven 依赖项 - 使用 Gitea.com 的镜像 - name: 缓存 Maven 依赖 uses: https://gitea.com/actions/cache@v3 # 使用完整 URL:cite[3]:cite[9]