From c79211a408caeade0b84b7901c2660f0fa510938 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Jun 2026 09:07:56 +0000 Subject: [PATCH 1/2] Initial plan From 0f58437ae0d0f420cc9f29b221b3a2bb7d64edc2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Jun 2026 09:11:44 +0000 Subject: [PATCH 2/2] fix(ci): remove unsupported pnpm global config in module cache action --- .github/module-cache/action.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/module-cache/action.yaml b/.github/module-cache/action.yaml index 0befcbc5..50e2ac8b 100644 --- a/.github/module-cache/action.yaml +++ b/.github/module-cache/action.yaml @@ -29,6 +29,5 @@ runs: cache: 'pnpm' - name: Install dependencies run: | - pnpm config set auto-install-peers false pnpm install shell: bash