fix(ci): use npmmirror for CI and Docker dependency installs
ci/woodpecker/push/woodpecker Pipeline was successful

Co-authored-by: HiFox Agent <agents-noreply@hifox.com>
This commit is contained in:
kfluous
2026-09-05 17:15:28 +08:00
co-authored by HiFox Agent
parent a177781fe7
commit df6b8201e8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ steps:
- main
commands: |
cd $CI_WORKSPACE
npm ci
npm ci --registry=https://registry.npmmirror.com/
npm run lint
npm test
npm run build