-
Notifications
You must be signed in to change notification settings - Fork 27
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
Transition from node12 to node16 #80
Comments
Sounds good! Just curious about the general approach to release strategy here: As an aside: The |
would love to see this updated to most recent version of node with LTS (20, iirc). |
@matsonj do you have experience with this type of upgrade, and could you help with this? |
Just adding the reference by GitHub about their GitHub Actions transitioning to node 20 now: |
Found this repo: Looks like they were trying to port the action to node20. Not sure if they succeeded or not. |
As described in this post1, node12 is being deprecated in favor of node16:
Reviewing the changelogs of other GitHub Actions like
checkout
2 orcache
[^3], the transition to node16 corresponded to a major release.I suggest we follow the same pattern and release
v2
Footnotes
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ ↩
https://github.com/actions/checkout/blob/main/CHANGELOG.md#v300 and https://github.com/actions/checkout/commit/8f9e05e482293f862823fcca12d9eddfb3723131 ↩
The text was updated successfully, but these errors were encountered: