From 2b973ebd773c05590d8983fa55d1555f6cf69c5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 18:51:18 +0000 Subject: [PATCH] =?UTF-8?q?ci(ci-deps):=20=E2=AC=86=EF=B8=8F=20update=20pn?= =?UTF-8?q?pm=20to=20v8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/prepare/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/prepare/action.yml b/.github/actions/prepare/action.yml index 0ab675e..3836173 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -17,7 +17,7 @@ runs: uses: pnpm/action-setup@v2 id: pnpm-install with: - version: 7 + version: 8 - name: Setup Node.js uses: actions/setup-node@v4