Closed
Description
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
.
- Update action to Node 20 - Update dependencies and use Node 20 #425
- Support the latest Octokit in
@actions/github
toolkit#1542 - Remove
node-fetch
- Update dependencies and use Node 20 #425