From a26392bdba33b357c39f1d86e8416c610d1d7fe7 Mon Sep 17 00:00:00 2001 From: xuhaojun Date: Wed, 28 Aug 2024 10:12:06 +0800 Subject: [PATCH] chore(ci): bump pnpm version --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f0ac44d..55c7487 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -59,7 +59,7 @@ jobs: uses: pnpm/action-setup@v4 if: ${{ steps.detect-package-manager.outputs.manager == 'pnpm' }} with: - version: 9.6.0 + version: 9.9.0 - name: Setup Node uses: actions/setup-node@v4