From 240b78f03418540e5c89d345412693de51f4393f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:45:22 +0000 Subject: [PATCH 1/2] Initial plan From 50c5dc60ab1c95d503e0f6690da99c173bc12780 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:47:22 +0000 Subject: [PATCH 2/2] fix(ci): replace non-existent Node.js 26 with 24 in test matrix Co-authored-by: dylanpersonguy <197028365+dylanpersonguy@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 f4e02e8..fdae168 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [24, 26] + node-version: [24] steps: - uses: actions/checkout@v6 @@ -64,7 +64,7 @@ jobs: du -sh dist/ - name: Upload coverage - if: matrix.node-version == 26 + if: matrix.node-version == 24 uses: actions/upload-artifact@v7 with: name: coverage-report