chore: update to nodejs 20

This commit is contained in:
vasy 2024-01-30 18:13:06 +02:00 committed by GitHub
parent a30790e76b
commit e409b71d71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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