From 5dcb8279d8754004312b874f061e9c0a4e85212b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Mar 2026 16:48:28 +0000 Subject: [PATCH 1/2] Initial plan From 9e3a49e79383955af03a6ceb200fdb588b2c467d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Mar 2026 16:52:35 +0000 Subject: [PATCH 2/2] fix: upgrade Node.js from 16 to 20 LTS in CI workflows to fix fantasticon 4.1.0 build error Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com> --- .github/workflows/gh-pages.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index e6158d44..64dcb706 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' - name: Install dependencies run: npm install diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8a0e5e8..1345728d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 # All history - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' - name: Install dependencies run: npm install