diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index fad68b0..78e8947 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -31,6 +31,7 @@ jobs: - name: 安装依赖 run: | + npm config set registry https://registry.npmmirror.com npm install -g @pnpm/exe pnpm install --frozen-lockfile --registry=https://registry.npmmirror.com