From 34cca692a8d25498240137f9b557e87611501d80 Mon Sep 17 00:00:00 2001 From: rohow Date: Thu, 22 Jan 2026 14:02:22 +0800 Subject: [PATCH] =?UTF-8?q?fix(cd):=20=E5=B0=9D=E8=AF=95=E8=A7=A3=E5=86=B3?= =?UTF-8?q?node=20setup=E8=B6=85=E6=97=B6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/theme-cd.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/theme-cd.yaml b/.github/workflows/theme-cd.yaml index 6c7a737..fc814de 100644 --- a/.github/workflows/theme-cd.yaml +++ b/.github/workflows/theme-cd.yaml @@ -12,10 +12,14 @@ jobs: if: github.event_name == 'release' steps: - uses: actions/checkout@v6 + - name: Setup pnpm + uses: pnpm/action-setup@v4 + with: + version: 10 - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: 24 + node-version: 22 cache: 'pnpm' - name: Install dependencies run: pnpm install