Skip to content

Commit

Permalink
fix: update action to run on Node 16 (actions#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelRauber committed Oct 11, 2022
1 parent 90fb64e commit 25ff3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -81,7 +81,7 @@ outputs:
description: Whether the action has pushed a tag.

runs:
using: node12
using: node16
main: lib/index.js

branding:
Expand Down

0 comments on commit 25ff3cc

Please sign in to comment.