From a562467b284f0a0dc41f2769bf63eb809ef9abd2 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sun, 20 Apr 2025 06:35:45 +0000 Subject: [PATCH] Update pnpm version from 8 to 9 in CI workflow Co-Authored-By: hinoshita1992@gmail.com --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6756a4..eda29c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v3 with: - version: 8 + version: 9 - name: Install dependencies run: pnpm install