ci: update npm registry to npmmirror.com in build workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user