From 3799b1c4e7338ad58b1cd98f108195eb819be004 Mon Sep 17 00:00:00 2001 From: Andre H Date: Thu, 26 Sep 2024 12:26:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20pnpm=20-v=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6ab50ea..5ff82ba 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -46,7 +46,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 # I try both v2 or v2.2.2 with: - version: 8 + version: 9.10.0 - name: Restore cache uses: actions/cache@v4 with: