use node24 (#243)

Node v20 is going to be EOL in April 2026 --
https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Resolves #242
This commit is contained in:
James McGonegal 2026-03-11 11:15:28 -04:00 committed by GitHub
parent a6f90b1f12
commit e838748343
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ inputs:
description: 'git command'
required: false
runs:
using: 'node20'
using: 'node24'
main: 'dist/index.js'
post: 'dist/cleanup.js'
post-if: 'always()'