diff --git a/.drone.yml b/.drone.yml index 4d7d085..0ef1f62 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: install & build image: node commands: - - npm config set registry http://mirrors.cloud.tencent.com/npm/ + - npm config set registry https://registry.npmmirror.com/ - npm i -g pnpm - pnpm i - pnpm build