From f4faa268458f029ee3a9f26389e6ac8d0f506e87 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Mar 2026 16:45:43 +0000 Subject: [PATCH 1/2] Initial plan From 89eae7f33f794765610d6ec1d26b2ab32774ed66 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Mar 2026 16:47:49 +0000 Subject: [PATCH 2/2] Update CI workflow to use Node 22 and bump action versions to v4 Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4e92f5..d6bc6a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,10 +7,10 @@ jobs: name: CI runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: 14 + node-version: 22 - run: npm ci - run: npm run compile - run: npm test