Update Node version from 20 to 24 (#222)

To mitigate warnings in Github regarding the EOL of node 20
This commit is contained in:
Marten Kreienbrock 2026-03-18 21:58:37 +01:00 committed by GitHub
parent 1b2b1d4a34
commit 2220ef0140
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,5 +39,5 @@ inputs:
branding:
color: 'blue'
runs:
using: 'node20'
using: 'node24'
main: 'lib/index.js'