From 2d649f2fea5e0216542929efa44ff5c60f40e0af Mon Sep 17 00:00:00 2001 From: Jeffrey Hsu Date: Thu, 31 Oct 2024 17:30:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build.yam?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1f2185d..8ae76c2 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -22,6 +22,9 @@ jobs: with: node-version: '22' # 可以根据需要选择 Node.js 版本 + - name: Set NPM Mirror + run: npm config set registry https://registry.npmmirror.com + - name: Install dependencies working-directory: WebIndex run: npm install