Skip to content

Commit

Permalink
chore: node 20 as default runtime
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Sep 7, 2023
1 parent d273eec commit 7a4731a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -50,5 +50,5 @@ outputs:
description: 'JSON output of tags and labels'

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 7a4731a

Please sign in to comment.