Update to node 20

This commit is contained in:
Paul Dowman 2024-01-30 17:16:35 -07:00
parent fd34b8dee2
commit 18b2f6a770
No known key found for this signature in database
GPG key ID: 0D37679F671A53C4

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