-
Notifications
You must be signed in to change notification settings - Fork 43
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
Node runtime and package updates #56
Conversation
Hey @jjosef, thank you for opening the PR. Can you run Thanks. |
Done! |
Also upgraded |
Thank you @jjosef. Looks good to me and the updates are probably OK, but just to be sure, have you had any chance to test the action from your fork to see things are working? If not, I'll try to make some time to test it out and approve/merge from there. cc\ @serkan-ozal |
Additionally, the release for this PR should be a cc\ @serkan-ozal |
Yes I am using it in production for my company currently |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thank you, @jjosef!
Merging this PR into main would be appreciated. We are using a fork of this action but i don't want unnecessary large diverges from upstream, so I'd like to use the commit(s) from the main branch. Thank you |
Merging it, as it looks OK at this stage and no further review required. Thank you. |
@rwxdash any chance to get this released? Maybe as v2? |
Sorry for late reply. Yes, we should definitely release it. But I think, we can still release it as v1. |
Most actions I've seen released the node upgrade as major (e.g. actions/checkout or docker/build-push-action). I guess this is mainly due to the fact that actions can also be used on self-hosted runners / self-hosted github and there the new node version might not be available yet. |
Hey @johanneswuerbach @serkan-ozal, Yes, my initial thought was to release it as v2 as well since it's the convention I see from other actions. If v2 sounds good @serkan-ozal, I can prepare the action for it and we can do the release. |
Hmm, OK makes sense. @rwxdash could you please release as v2 |
v2 has been released. Thank you all for pushing this through! |
Fixes #55