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