feat: Use node24 instead of node20

Signed-off-by: David Dreschner <github-2017@dreschner.net>
This commit is contained in:
David Dreschner 2026-06-20 23:01:17 +02:00
commit 250fb2155f
No known key found for this signature in database
3 changed files with 8 additions and 8 deletions

View file

@ -47,5 +47,5 @@ outputs:
branches-min-list:
description: 'Minimum supported server version, as a single-item list'
runs:
using: 'node20'
using: 'node24'
main: 'dist/index.js'