Update dependencies & run on Node 20

This commit is contained in:
Philipp Trulson 2023-09-28 10:04:15 +02:00
parent 0bec274684
commit 70f3bf93bc
No known key found for this signature in database
GPG key ID: 7D15DA14D2E1182A
6 changed files with 453 additions and 568 deletions

View file

@ -90,5 +90,5 @@ outputs:
image-with-tag:
description: 'Name of the image tagged with the first tag present'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'