From cbef710262c3ed9b5eb374fc8fa70ef147a0688e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 25 Jan 2026 02:46:12 +0000 Subject: [PATCH 1/3] Initial plan From 1755b81030d1378fac298ba9d746c8592202b04e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 25 Jan 2026 02:47:54 +0000 Subject: [PATCH 2/3] Fix pnpm version mismatch in CI workflow (10.28.0 -> 10.28.1) Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa0820f0..958c56db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 10.28.0 + version: 10.28.1 - name: Get pnpm store directory shell: bash @@ -76,7 +76,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 10.28.0 + version: 10.28.1 - name: Get pnpm store directory shell: bash From 6007c03f34e83adf5e06e54f30bca0655d062c01 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 25 Jan 2026 02:48:46 +0000 Subject: [PATCH 3/3] Update pnpm version to 10.28.1 in all remaining workflow files Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- .github/workflows/pr-automation.yml | 2 +- .github/workflows/validate-deps.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 45760f92..77f8027b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -27,7 +27,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 10.28.0 + version: 10.28.1 - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index fc810009..c91dbba0 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -68,7 +68,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 10.28.0 + version: 10.28.1 - name: Install dependencies run: pnpm install --frozen-lockfile diff --git a/.github/workflows/validate-deps.yml b/.github/workflows/validate-deps.yml index 6a8558a9..223e417c 100644 --- a/.github/workflows/validate-deps.yml +++ b/.github/workflows/validate-deps.yml @@ -30,7 +30,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 10.28.0 + version: 10.28.1 - name: Get pnpm store directory shell: bash