Skip to content

Commit bfd8343

Browse files
committed
upgrade to Node 16
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 <[email protected]>
1 parent b014aba commit bfd8343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ outputs:
3232
issues:
3333
description: "issue IDs, comma separated"
3434
runs:
35-
using: "node12"
35+
using: "node16"
3636
main: "dist/index.js"

0 commit comments

Comments
 (0)