From 67cfbd02cc9b8641595e3d7e52a6cd0ce09a3f2f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 11 Nov 2025 16:17:55 +0000 Subject: [PATCH 1/2] Initial plan From a126ec7c2cee338d3f48d40dc12b4e0e8f0c1b6c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 11 Nov 2025 16:21:15 +0000 Subject: [PATCH 2/2] Update CI Node.js versions from 18 and 20 to 20 and 22 Co-authored-by: nomeguy <85475922+nomeguy@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 68f658f..9f926ee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [^18, ^20] + node-version: [^20, ^22] steps: - uses: actions/checkout@v2