Skip to content

Commit a8f3d93

Browse files
authored
Update runner to node16
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/
2 parents e7d110d + f592180 commit a8f3d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ inputs:
1919
Command to run.
2020
required: true
2121
runs:
22-
using: node12
22+
using: node16
2323
main: dist/index.js
2424
branding:
2525
icon: check-circle

0 commit comments

Comments
 (0)