mirror of
https://gitea.com/docker/metadata-action.git
synced 2024-11-22 03:59:33 +01:00
chore: node 20 as default runtime
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
450eef4207
commit
547dcd6d67
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue