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
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

View file

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