ci: use TaoBao npm mirror (#23)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
鲁树人 2023-06-10 18:00:31 +01:00
parent ce01fca211
commit ee10bab28f

View File

@ -11,6 +11,8 @@ steps:
- npm install -g pnpm
- pnpm i --frozen-lockfile
- pnpm build
environment:
npm_config_registry: https://registry.npmmirror.com
- name: publish
image: node:18.16.0-bullseye