adam7 / platformsh-cli-action

An unofficial GitHub Action for using the Platform.sh CLI
https://platform.sh/
MIT License
3 stars 2 forks source link

Tag with the new NodeJs version #35

Open hussainweb opened 1 year ago

hussainweb commented 1 year ago

I see that you have already upgraded to NodeJs 16 for your action. Might I ask you to tag it so that the warnings disappear for my actions as well? Thank you!

adam7 commented 1 year ago

Happy to accept a PR for this or if it's something only I can do then please add more details about what's required.

hussainweb commented 1 year ago

@adam7, I'm afraid there is no code change to create a PR. You need to create a release with the latest commit (https://github.com/adam7/platformsh-cli-action/commit/38220101578b379fbc42ab803e6d3fdd3b42a0ef). The most recent tag was made in 2021. Only someone who maintains this repo can add a release. Otherwise, I'd be happy to help.

We need a release because I use this action in my own action (https://github.com/axelerant/platformsh-deploy-action). I am seeing errors now because version 1.1 (the latest tag right now) is still using the old Node version and that's going to be deprecated. If you can tag a new release, I'll use that in my action.

I'm happy to share more details. Please let me know. Thanks!

adam7 commented 1 year ago

Ah gotcha @hussainweb, new release should be available now. Let me know if it works for you.

hussainweb commented 1 year ago

Thanks, @adam7. I don't see the new release right now. Are you still in the process of pushing it?