-
Notifications
You must be signed in to change notification settings - Fork 455
Tracking: Support Node 20 #421
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
Comments
It will be good to have a new |
@joshmgross Would be great to leave NodeJS 16 behind soon. Is there any kind of ETA for this fix? Would any contributions help? |
There is a note in actions/upload-artifact#444 (comment) from @joshmgross which says that GitHub is coordinating this update for official GitHub actions, so it's still a Work-In-Progress. |
No ETA at the moment, but it's something we plan to do soon. #425 (comment) is blocking the upgrade right now, I haven't had time to identify what is breaking the |
now that the rss-to-issues action uses node 20, it's time to update the actions we use for our CI jobs, to also use node 20. actions/checkout@v2 in verify-dist.yml was so old that GitHub was forcing it to run under node 16 insted of node 12 which it was designed to run under. actions/github-script does not support node 20 yet, though. [1] [1] actions/github-script#421 Signed-off-by: Matthias Aßhauer <mha1993@live.de>
Now that this Action uses node.js 20, it's time to update the actions we use for our CI jobs, to also use node.js 20. actions/github-script does not support node.js 20 yet, though. [1] [1] actions/github-script#421 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Released as part of https://github.com/actions/github-script/releases/tag/v7.0.0 |
Actions now supports Node 20 - https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
We should release a new version of this action that uses Node 20 and drop unnecessary dependencies such as
node-fetch
. Since this will be a breaking change, we should also update any other dependencies to their latest versions such as@actions/github
.@actions/github
toolkit#1542node-fetch
- Update dependencies and use Node 20 #425The text was updated successfully, but these errors were encountered: