From e3c5f3fc8c02d12f9cd53915e25249a051ff6ca8 Mon Sep 17 00:00:00 2001 From: Super12138 <70494801+Super12138@users.noreply.github.com> Date: Thu, 2 Oct 2025 10:23:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BF=98=E8=AE=B0=E5=AE=89=E8=A3=85=20p?= =?UTF-8?q?npm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/script_build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/script_build.yml b/.github/workflows/script_build.yml index 01e7da8..0dc1ab9 100644 --- a/.github/workflows/script_build.yml +++ b/.github/workflows/script_build.yml @@ -18,6 +18,11 @@ jobs: with: fetch-depth: 0 + - name: Setup pnpm + uses: pnpm/action-setup@v4.1.0 + with: + version: latest + - name: Setup Node uses: actions/setup-node@v5.0.0 with: