Use Node16 as runtime

This commit is contained in:
Philipp Trulson 2022-10-11 18:54:33 +02:00
parent d097e2e3d2
commit 36931defc8
No known key found for this signature in database
GPG key ID: 86BE2D4ACF8F1074
3 changed files with 2882 additions and 9 deletions

View file

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