Skip to content

Commit

Permalink
Update action runtime to node16
Browse files Browse the repository at this point in the history
- Fixes #67
  • Loading branch information
smac89 committed Nov 16, 2022
1 parent ad9e9bd commit c612b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ outputs:
latest:
description: "Either 'true' or 'false' depending on whether the 'latest' tag was created"
runs:
using: "node12"
using: "node16"
main: "lib/index.js"
branding:
icon: "tag"
Expand Down

0 comments on commit c612b57

Please sign in to comment.