-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Test/validate node 16 for Renovate runtime #12177
Comments
sounds good, node v16 should be next lts on 2022-10-18 |
npx will fail on npm v7 renovate/.github/workflows/build.yml Line 208 in 53e3cb1
Seen this on buildpack |
I think this is related: mysticatea/npm-run-all#209 In short: due to how The possible work-around for now seems to be:
|
I am a little confused what the issue is here. I tried to reproduce this by forking the project and configuring a pipeline in my repository using node 16 to try and dry-run semantic-release, and on my end it appears to be working (but refuses to release a version of your image, of course).
EDIT: Woops I just realized that I had dry-run false, I'll try it again with the flag set to true. EDIT 2: Same result with dry run set to true. |
What would you like Renovate to be able to do?
Use node 16 as runtime, and upgrade to it for official Renovate images.
If you have any ideas on how this should be implemented, please tell us here.
It should be pretty stable by now, so perhaps we can return to having a matrix of node 14 + 16 for a while until we migrate to testing only 16?
Is this a feature you are interested in implementing yourself?
No
The text was updated successfully, but these errors were encountered: