1 Commits

Author SHA1 Message Date
James McGonegal
e838748343 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
2026-03-11 16:15:28 +01:00

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()'