From 9642f87381f47237d32b3e44ec0e44364683d530 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Jun 2026 08:50:42 +0000 Subject: [PATCH 1/2] Initial plan From 68aba6b364fc3d611d4f7ab04f9e141f3ea705b3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Jun 2026 08:54:32 +0000 Subject: [PATCH 2/2] fix(ci): remove duplicate pnpm setup from workflow --- .github/workflows/action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 8f42fbaf..15a1b286 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -14,11 +14,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6.0.3 - - name: Setup pnpm - uses: pnpm/action-setup@v6.0.8 - with: - version: 11 - cache: true - name: Setup Node, install dependencies, and cache node modules, build dist artifacts uses: ./.github/build-artifacts with: