bump to node20

This commit is contained in:
Kevin Glavin 2024-01-22 18:27:57 -05:00
parent fd34b8dee2
commit a584e430cd
No known key found for this signature in database

View file

@ -20,10 +20,11 @@ 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()'
branding: branding:
icon: loader icon: loader
color: 'yellow' color: 'yellow'