From 6157353743e3545e165aac3353762ddccd5523d0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Jun 2026 02:25:48 +0000 Subject: [PATCH 1/3] Initial plan From 870962347156073eae8f55c9b1dd761380d7d209 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Jun 2026 02:27:52 +0000 Subject: [PATCH 2/3] CI: activate Yarn 4 via Corepack --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6726879..bd096bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,8 @@ jobs: cache: yarn - name: Enable Corepack run: corepack enable + - name: Activate Yarn 4.9.2 + run: corepack prepare yarn@4.9.2 --activate - name: Install dependencies run: yarn install --immutable - name: Lint the code @@ -35,6 +37,8 @@ jobs: cache: yarn - name: Enable Corepack run: corepack enable + - name: Activate Yarn 4.9.2 + run: corepack prepare yarn@4.9.2 --activate - name: Install dependencies run: yarn install --immutable - name: Build the project From 43921857d483180242cb9f562dfe29b4e09f9097 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Jun 2026 02:37:00 +0000 Subject: [PATCH 3/3] CI: activate Yarn 4 in release workflow --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b25f1eb..8c91114 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,8 @@ jobs: cache: yarn - name: Enable Corepack run: corepack enable + - name: Activate Yarn 4.9.2 + run: corepack prepare yarn@4.9.2 --activate - name: Install dependencies run: yarn install --immutable - name: Release