From 77041a8e12b4608490376216bb88eb46053aac76 Mon Sep 17 00:00:00 2001 From: atdunbg Date: Mon, 13 Oct 2025 23:40:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/deploy.ym?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 8a15b11..d71fc51 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -8,10 +8,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Source Code - uses: https://gitea.com/actions/actions/checkout@v4 + uses: https://gitea.com/actions/checkout@v4 - name: Setup Node.js - uses: https://gitea.com/actions/actions/setup-node@v4 + uses: https://gitea.com/actions/setup-node@v4 with: node-version: '18' cache: 'npm' # 启用npm缓存