Skip to content

Commit

Permalink
upgrade to Node 16
Browse files Browse the repository at this point in the history
Running actions on Node 12 has been deprecated [1] and causes a
warning when running workflows with this action.

[1] https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

Signed-off-by: Matthias Aßhauer <mha1993@live.de>
  • Loading branch information
rimrul committed Oct 29, 2022
1 parent b014aba commit bfd8343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -32,5 +32,5 @@ outputs:
issues:
description: "issue IDs, comma separated"
runs:
using: "node12"
using: "node16"
main: "dist/index.js"

0 comments on commit bfd8343

Please sign in to comment.