Skip to content

Commit 681efb5

Browse files
easingthemesclaude
andcommitted
fix: update Node.js runtime from 20 to 24
GitHub Actions is deprecating Node.js 20 runners starting June 2, 2026. Update action runtime and CI workflows to Node.js 24. Closes #207 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2644554 commit 681efb5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest]
17-
node-version: [20.x]
17+
node-version: [24.x]
1818

1919
steps:
2020
- name: Checkout

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ ubuntu-latest ]
15-
node-version: [ 20.x ]
15+
node-version: [ 24.x ]
1616

1717
steps:
1818
- name: Checkout

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ outputs:
5555
status:
5656
description: "Status"
5757
runs:
58-
using: "node20"
58+
using: "node24"
5959
main: "dist/index.js"
6060
branding:
6161
color: "green"

0 commit comments

Comments
 (0)