From 3c4e30d0f50d01d568ecf2f1038bfadd6ba4bf18 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Wed, 25 Oct 2023 17:56:19 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E8=A7=A3=E5=86=B3=20pnpm=20?= =?UTF-8?q?=E6=9C=AA=E5=AE=89=E8=A3=85=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ff64d07..617397da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,6 +30,10 @@ jobs: with: node-version: 16 cache: "pnpm" + - name: setup pnpm + uses: pnpm/action-setup@v2 + with: + version: 8.9.2 - name: Install frontend dependencies run: pnpm install