From ca6677f3355eafe91ccc4e27e47bdca7d134cba5 Mon Sep 17 00:00:00 2001 From: lin onetwo Date: Sun, 30 Jun 2024 01:58:04 +0800 Subject: [PATCH] fix: use pnpm v9 in CI --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc19c5c0..145f8a9b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: node-version: 20 - uses: pnpm/action-setup@v2 with: - version: 8.5.1 + version: 9 - name: Get pnpm store directory id: pnpm-cache shell: bash @@ -120,7 +120,7 @@ jobs: node-version: 20 - uses: pnpm/action-setup@v2 with: - version: 8.5.1 + version: 9 - name: Get pnpm store directory id: pnpm-cache @@ -197,7 +197,7 @@ jobs: node-version: 20 - uses: pnpm/action-setup@v2 with: - version: 8.5.1 + version: 9 - name: Get pnpm store directory id: pnpm-cache shell: bash