From 30d203edb43755c0f9da53b36b6ca5b992ba9e9b Mon Sep 17 00:00:00 2001 From: DIYgod Date: Sun, 19 Nov 2023 23:05:33 +0800 Subject: [PATCH] chore: update pnpm version in github actions --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c957ec1c..97e75c96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,9 +14,9 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 run_install: false - name: Get pnpm store directory id: pnpm-cache