-
Notifications
You must be signed in to change notification settings - Fork 9
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
Deprecated features - set-output and node.js 12 #74
Comments
Thanks for bringing this to my attention - I wasn't aware.
We will need to upgrade node to node 16 indeed. As for |
#77 didn't fully fixed the issue, I guess we use actions that are using node12. We would need to update those, as well. |
This isn't a small feat, I thought upgrading node.js would be enough (at least for #1), but it isn't. actions/checkout@v2 still use node12 (see https://github.com/actions/checkout/blob/v2.6.0/.github/workflows/check-dist.yml) so a major upgrade to v3 seems necessary, but major version bumps can lead to other issues 😕 |
Blocking: #81, cannot update to node16, maintainer hasn't released a node16 version yet. See marvinpinto/actions#543 |
Most of the warnings regarding node have been fixed. 2 dependencies couldn't be updated yet:
I haven't looked into the other issue ( |
Example of migration (from another repo) : |
@GCyganek Could you please confirm me whether you still get the warnings when using the latest version (v1.2.27)? I don't get any warning in our latest build. |
It should be all good now. Thank you for your quick feedback, it helped. |
Yes, tested the latest version (v.1.2.38) and no warnings at all 👍 Good job! |
Running your action in my workflow I get these warnings:
According to the links attached to warning, both will throw errors starting in June. Are you planning to fix it?
The text was updated successfully, but these errors were encountered: