fix(ci): restore npm mirror for dependency installs
ci/woodpecker/push/woodpecker Pipeline was canceled
ci/woodpecker/push/woodpecker Pipeline was canceled
This commit is contained in:
+5
-2
@@ -12,8 +12,11 @@ steps:
|
||||
- main
|
||||
- feature/asset-statistics
|
||||
commands: |
|
||||
cd $CI_WORKSPACE
|
||||
npm ci
|
||||
set -eu
|
||||
cd "$CI_WORKSPACE"
|
||||
node --version
|
||||
npm --version
|
||||
npm ci --registry=https://registry.npmmirror.com/ --no-audit --no-fund --loglevel=verbose
|
||||
npm run lint
|
||||
npm test
|
||||
npm run build
|
||||
|
||||
Reference in New Issue
Block a user