-
Notifications
You must be signed in to change notification settings - Fork 292
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 Release Notes to use Node v16 #1561
Comments
Hi @dfreilich I would like to pick this one . |
@dfreilich @natalieparellano Can you please review the pull request |
Hi @dfreilich I did some ~lightweight validation suggesting that this will work. steps: 1.) install act https://github.com/nektos/act
4.)
the important part imo is that the changelog was run with the node16 config and didn't throw any errors. obviously it's kind of a "null object" dataset since there's no real milestone tag and no PRs, but this suggests to me that it's reasonable to merge this change. |
Hey @joe-kimmel-vmw, Do you want me to test this out? |
sure! |
Woops, I am sorry I read you previous comment wrong, I see you have already validated this! |
Description
We have a Github Action to generate our release notes, which uses Node 12. That will soon be deprecated by Github (see more here)
This issue is mentioned as an annotation on this job: https://github.com/buildpacks/pack/actions/runs/3558882069
Proposed solution
We should do one of two things:
Alternatively, or in addition, we may want to investigate using another public action for generating release notes, which doesn't seem like a core part of our workflow (and can therefore be better done by another action).
Additional context
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
The text was updated successfully, but these errors were encountered: