Update action.yml to use node20

This commit is contained in:
EusebioTrigo 2024-02-02 09:21:54 +01:00 committed by GitHub
parent 9986a6552b
commit 879f93f746
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ inputs:
tags: tags:
description: | description: |
'The tag or tags of the image/manifest to push. 'The tag or tags of the image/manifest to push.
For multiple tags, seperate by whitespace. For example, "latest v1"' For multiple tags, separate by whitespace. For example, "latest v1"'
required: false required: false
default: 'latest' default: 'latest'
registry: registry:
@ -47,5 +47,5 @@ outputs:
registry-paths: registry-paths:
description: 'A JSON array of registry paths to which the tag(s) were pushed' description: 'A JSON array of registry paths to which the tag(s) were pushed'
runs: runs:
using: 'node16' using: 'node20'
main: 'dist/index.js' main: 'dist/index.js'