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>
This commit is contained in:
Christian Tellefsen
2026-05-06 23:25:02 +02:00
committed by GitHub
parent 16c5c20793
commit 2240bedf08

View File

@@ -195,5 +195,5 @@ branding:
icon: 'box'
color: 'gray-dark'
runs:
using: 'node20'
using: 'node24'
main: 'dist/index.js'