Update actions to use node 24

This commit is contained in:
Slawomir Jaranowski
2025-09-01 20:52:24 +02:00
parent 1bd3a222e0
commit c99cacf8e5
3 changed files with 3 additions and 3 deletions

View File

@ -51,6 +51,6 @@ inputs:
required: false
runs:
using: 'node20'
using: 'node24'
main: 'index.js'
post: 'cleanup.js'