diff --git a/Jenkinsfile b/Jenkinsfile index 40a8028..2e02b13 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { npm cache clean --force echo "设置国内镜像源加速..." - npm config set registry https://registry.npmjs.org + npm config set registry https://registry.npmmirror.com # 安装其他依赖 npm install