Skip to content

Commit d2ed94b

Browse files
authored
Update default runtime to node16
Node 12 has an end of life on April 30, 2022. This PR updates the default runtime to [node16](https://github.blog/changelog/2021-12-10-github-actions-github-hosted-runners-now-run-node-js-16-by-default/), rather then node12. This is supported on all Actions Runners v2.285.0 or later.
1 parent e3cbab9 commit d2ed94b

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
@@ -27,5 +27,5 @@ outputs:
2727
result:
2828
description: The return value of the script, stringified with `JSON.stringify`
2929
runs:
30-
using: node12
30+
using: node16
3131
main: dist/index.js

0 commit comments

Comments
 (0)