From 2ecdf529b55fe80565f82aa007c984ad9e9da151 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 14:59:14 +0000 Subject: [PATCH] =?UTF-8?q?ci(other-deps):=20=E2=AC=86=EF=B8=8F=20update?= =?UTF-8?q?=20pnpm=20to=20v11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/prepare/action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/prepare/action.yml b/.github/actions/prepare/action.yml index 0ab675e3..aed7d718 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: 11 - name: Setup Node.js uses: actions/setup-node@v4 diff --git a/package.json b/package.json index 234387bf..9b115416 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "typescript": "5.2.2", "yaml-eslint-parser": "1.2.2" }, - "packageManager": "pnpm@8.15.9", + "packageManager": "pnpm@11.4.0", "gacp": { "add": false, "push": false,