From c45d0690f68074bbd8a5a6270997e0449ae7743f Mon Sep 17 00:00:00 2001 From: mac Date: Sat, 5 Oct 2024 03:28:50 +0800 Subject: [PATCH] fix 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 04137bf..03a06af 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 9 + version: 9.12.0 # Updated to match the version in package.json run_install: false - name: Install Node.js