From 0e1a41843b79def2ba9354b32ef8e75983c03f25 Mon Sep 17 00:00:00 2001 From: Gaubee Date: Mon, 26 Jan 2026 22:08:42 +0800 Subject: [PATCH] feat: complete implementation --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 473c813a2..96dc40d00 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -29,7 +29,7 @@ concurrency: env: NODE_VERSION: '24' - PNPM_VERSION: '10' + PNPM_VERSION: '10.28.0' jobs: # ==================== Self-hosted 快速构建 (无 action 下载) ====================