From c08a9f77b2ca3806a3e64677da54e4524e3d7569 Mon Sep 17 00:00:00 2001 From: Rouni Date: Fri, 12 Jan 2024 12:51:11 +0800 Subject: [PATCH] chore: upgrade pnpm in build.yml --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index e54d5c7..cc23c4d 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -27,7 +27,7 @@ jobs: - name: Use pnpm uses: pnpm/action-setup@v2 with: - version: ^7.29 + version: ^8.8.0 run_install: false - name: Get pnpm store directory