Skip to content

Update default runtime to node16 #134

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

Merged
merged 1 commit into from
Feb 7, 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.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.
@thboop thboop requested a review from a team as a code owner February 7, 2022 18:59
@konradpabjan konradpabjan merged commit a327a9c into actions:main Feb 7, 2022
jhlegarreta added a commit to jhlegarreta/ITKRemoteModuleBuildTestPackageAction that referenced this pull request Jan 4, 2023
Fix `Node.js` warnings linked to artifact download GitHub actions:
transition to `actions/download-artifact@v2`.

Fixes:
```
python-build-workflow / publish-python-packages-to-pypi
Node.js 12 actions are deprecated. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Please update the following actions to use Node.js 16: actions/download-artifact@v2
```

raised for example in:
https://github.com/InsightSoftwareConsortium/ITKTextureFeatures/actions/runs/3832886629

Cross-referencing
actions/download-artifact#134

Left behind in commit 6e81bbd.
jhlegarreta added a commit to jhlegarreta/ITKRemoteModuleBuildTestPackageAction that referenced this pull request Jan 4, 2023
Fix `Node.js` warnings linked to artifact download GitHub actions:
transition to `actions/download-artifact@v3`.

Fixes:
```
python-build-workflow / publish-python-packages-to-pypi
Node.js 12 actions are deprecated. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Please update the following actions to use Node.js 16: actions/download-artifact@v2
```

raised for example in:
https://github.com/InsightSoftwareConsortium/ITKTextureFeatures/actions/runs/3832886629

Cross-referencing
actions/download-artifact#134

Left behind in commit 6e81bbd.
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

2 participants