Skip to content

Commit 29ef732

Browse files
Copilotrzhao271
andauthored
ci: upgrade Node.js 16 → 20 LTS to fix fantasticon 4.1.0 build failure (#450)
* Initial plan * 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> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
1 parent 163ae66 commit 29ef732

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: '16'
30+
node-version: '20'
3131

3232
- name: Install dependencies
3333
run: npm install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0 # All history
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: '16'
23+
node-version: '20'
2424

2525
- name: Install dependencies
2626
run: npm install

0 commit comments

Comments
 (0)