From 7279bcbc890dc22d0125527cd27a206080663007 Mon Sep 17 00:00:00 2001 From: coolxitech Date: Thu, 8 Jan 2026 17:18:25 +0800 Subject: [PATCH] =?UTF-8?q?chore(workflow):=20=E6=9B=B4=E6=96=B0=20github?= =?UTF-8?q?=20pages=20=E5=B7=A5=E4=BD=9C=E6=B5=81=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为 pnpm action setup 添加版本配置 - 指定使用最新版本的 pnpm - 保持 nodejs 安装配置不变 --- .github/workflows/github-pages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 363eced..14ad494 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -21,6 +21,8 @@ jobs: - name: 安装 pnpm uses: pnpm/action-setup@v4 + with: + version: latest - name: 安装 Nodejs uses: actions/setup-node@v6