From 522db4ee3a4faf9101838423761db4c5b2efbdae Mon Sep 17 00:00:00 2001 From: eoao Date: Fri, 8 May 2026 22:57:02 +0800 Subject: [PATCH] fix: pin pnpm version to 9 to resolve CI setup error --- .github/workflows/deploy-cloudflare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-cloudflare.yml b/.github/workflows/deploy-cloudflare.yml index afd7606..b2a75b9 100644 --- a/.github/workflows/deploy-cloudflare.yml +++ b/.github/workflows/deploy-cloudflare.yml @@ -41,7 +41,7 @@ jobs: - name: ⚙ 设置 pnpm / Set up pnpm uses: pnpm/action-setup@v4.1.0 with: - version: latest + version: 9 - name: ⚙ 设置 Node.js / Set up Node.js uses: actions/setup-node@v4