chore: node 20 as default runtime

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-09-07 10:27:29 +02:00
parent 450eef4207
commit 547dcd6d67
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
1 changed files with 1 additions and 1 deletions

View File

@ -50,5 +50,5 @@ outputs:
description: 'JSON output of tags and labels' description: 'JSON output of tags and labels'
runs: runs:
using: 'node16' using: 'node20'
main: 'dist/index.js' main: 'dist/index.js'