ci: update npm registry to npmmirror.com in build workflow
Some checks failed
Frontend CI / ota-android (push) Failing after 42s
Frontend CI / build-and-push-web (push) Failing after 55s
Frontend CI / build-android-apk (push) Failing after 1m45s

This commit is contained in:
lafay
2026-04-27 23:33:38 +08:00
parent 2015a1e9dd
commit 9745d2209f

View File

@@ -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