Skip to content

Commit 2244c82

Browse files
authored
Update to node16 (#293)
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 87348ce commit 2244c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ inputs:
2424
Minimum 1 day.
2525
Maximum 90 days unless changed from the repository settings page.
2626
runs:
27-
using: 'node12'
27+
using: 'node16'
2828
main: 'dist/index.js'

0 commit comments

Comments
 (0)