Skip to content

Commit

Permalink
Update runner to node16
Browse files Browse the repository at this point in the history
Node 12 is out of support and is starting to be deprecated by GitHub Actions: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
  • Loading branch information
liskin committed Nov 20, 2022
2 parents e7d110d + f592180 commit a8f3d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Expand Up @@ -19,7 +19,7 @@ inputs:
Command to run.
required: true
runs:
using: node12
using: node16
main: dist/index.js
branding:
icon: check-circle
Expand Down

0 comments on commit a8f3d93

Please sign in to comment.