diff --git a/.drone.yml b/.drone.yml index d020a84..e88c9d7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,11 +3,12 @@ name: default steps: - name: build - image: node:16.18.1 + image: node:16.20.2 volumes: - name: build-file path: /build/dist commands: + - npm config set registry https://registry.npm.taobao.org/ - npm install - npm run build - cp -r dist/. /build/dist