From 9745d2209f62ad12436d22bbbfd33f4468e407a2 Mon Sep 17 00:00:00 2001 From: lafay <2021211506@stu.hit.edu.cn> Date: Mon, 27 Apr 2026 23:33:38 +0800 Subject: [PATCH] ci: update npm registry to npmmirror.com in build workflow --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index d3f1bf4..46080e5 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -39,7 +39,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '25.6.1' - cache: 'npm' + registry-url: 'https://registry.npmmirror.com' - name: Install dependencies run: npm ci @@ -121,7 +121,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '25.6.1' - cache: 'npm' + registry-url: 'https://registry.npmmirror.com' - name: Cache Gradle uses: actions/cache@v4