From 6508737ad0b2ee941294d1a09114b54c5a4f9449 Mon Sep 17 00:00:00 2001 From: Urata Daiki <7nohe@users.noreply.github.com> Date: Wed, 10 Apr 2024 23:23:19 +0900 Subject: [PATCH] chore: Set pnpm version to 8 in release workflow --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01f0311..9d66483 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,8 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v3 + with: + version: 8 - name: Install Node.js uses: actions/setup-node@v4