From 2bac87cd39fbb0588107422c85346fe277406685 Mon Sep 17 00:00:00 2001 From: coolxitech Date: Mon, 15 Dec 2025 22:04:28 +0800 Subject: [PATCH] =?UTF-8?q?chore(ci):=20=E6=9B=B4=E6=96=B0=20pnpm=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E8=87=B3=20v10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 GitHub Actions 中的 pnpm 版本从 v9 升级到 v10 - 保持缓存配置不变以提高构建性能 --- .github/workflows/github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index aea6665..38a51a5 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -27,7 +27,7 @@ jobs: - name: 设置 pnpm(启用 pnpm 缓存) uses: pnpm/action-setup@v4 with: - version: 9 + version: 10 run_install: false cache: true