Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Default runtime to node16 #290

Merged
merged 2 commits into from Feb 22, 2022
Merged

Conversation

thboop
Copy link
Contributor

@thboop thboop commented Feb 7, 2022

Node 12 has an end of life on April 30, 2022.

This PR updates the default runtime to node16, rather then node12.

This is supported on all Actions Runners v2.285.0 or later.

Description:
Describe your changes.

Related issue:
Add link to the related issue.

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

thboop and others added 2 commits February 7, 2022 14:03
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.
@dmitry-shibanov dmitry-shibanov merged commit 2e1dfa1 into actions:main Feb 22, 2022
@jglick
Copy link

jglick commented Feb 28, 2022

https://github.com/actions/setup-java/releases/tag/v3.0.0 lists this as a “breaking change” but does not really explain how you would know whether or not you need to pay attention. For someone encountering this update with no further context in a Dependabot bump of the action (jenkinsci/cloudbees-folder-plugin#217 for example), it is hard to tell whether or not it would be safe to apply.

This is supported on all Actions Runners v2.285.0 or later.

implies that workflows using GitHub-supplied runners would be unaffected and only people using self-hosted runners need care, but I am just guessing here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants