Skip to content

Commit c77c9b3

Browse files
authored
bump action from Node12 to Node16 (#13)
* bump action from Node12 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. Signed-off-by: Enes <ahmedenesturan@gmail.com> * bump action from Node12 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. Signed-off-by: Enes <ahmedenesturan@gmail.com> --------- Signed-off-by: Enes <ahmedenesturan@gmail.com>
1 parent 0761142 commit c77c9b3

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
@@ -16,5 +16,5 @@ inputs:
1616
description: 'secrets.GITHUB_TOKEN'
1717
required: true
1818
runs:
19-
using: 'node12'
19+
using: 'node16'
2020
main: 'lib/main.js'

0 commit comments

Comments
 (0)