Skip to content

Commit 08fd329

Browse files
fix: update action runtime from Node.js 20 to Node.js 24 (#304)
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 #303
1 parent 8ae4bd6 commit 08fd329

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
@@ -113,6 +113,6 @@ branding:
113113
icon: 'box'
114114
color: 'gray-dark'
115115
runs:
116-
using: 'node20'
116+
using: 'node24'
117117
main: 'dist/main.js'
118118
post: 'dist/post.js'

0 commit comments

Comments
 (0)