ci: use TaoBao npm mirror (#23)

This commit is contained in:
鲁树人 2023-06-10 18:00:31 +01:00
parent 8925d43b62
commit c1958d6de4

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