Skip to content

Commit 2240bed

Browse files
fix: update action runtime from Node.js 20 to Node.js 24 (#827)
GitHub is deprecating Node.js 20 on Actions runners: - June 2, 2026: Node.js 24 forced as default - September 16, 2026: Node.js 20 removed Ref: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ Closes #826 Co-authored-by: Frostebite <jas.f.ukcmti@gmail.com>
1 parent 16c5c20 commit 2240bed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,5 +195,5 @@ branding:
195195
icon: 'box'
196196
color: 'gray-dark'
197197
runs:
198-
using: 'node20'
198+
using: 'node24'
199199
main: 'dist/index.js'

0 commit comments

Comments
 (0)