From 6c120c54f1fd8f1bdfebf40ffad70c45d1345fdb Mon Sep 17 00:00:00 2001 From: RyRh <3123294924@qq.com> Date: Fri, 4 Sep 2026 09:23:18 +0800 Subject: [PATCH] test --- .gitea/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 225f147..c5e8c84 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -34,7 +34,10 @@ jobs: # run: docker --version - name: 安装依赖 - run: npm install -g pnpm && pnpm install --frozen-lockfile + run: | + npm config set registry https://registry.npmmirror.com + npm install -g pnpm + pnpm install --frozen-lockfile --network-timeout 600000 - name: Prisma generate run: pnpm --filter @inkreach/api prisma:generate