From 4b3ee2aba49e5ecc24aeeb5073449db06e7d0a5c Mon Sep 17 00:00:00 2001 From: Hu Huan <72150525+huhu-198@users.noreply.github.com> Date: Tue, 11 Jul 2023 23:15:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dci=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20(#17)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3297d1d..5f6e064 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - name: Install and Build run: | - npm install pnpm@7 -g + npm install pnpm@8 -g pnpm install cd ./packages/demo && npm run build