redhat-actions / openshift-tools-installer

Download, install and cache OpenShift binaries into your GitHub Actions runners.
https://github.com/marketplace/actions/openshift-tools-installer
MIT License
22 stars 21 forks source link

[BUG] redhat-actions/openshift-tools-installer using deprecated version of Node.js #88

Closed nsalfos closed 1 year ago

nsalfos commented 1 year ago

Version

redhat-actions/openshift-tools-installer@v1.10

Describe the bug

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: redhat-actions/openshift-tools-installer, redhat-actions/oc-login

Steps to reproduce, workflow links, screenshots

Any attempt to use the actions should show this warning. I already reported in 2 other actions that apparently also used deprecated versions of Node.js. here & here

oestoer commented 1 year ago

Release https://github.com/redhat-actions/openshift-tools-installer/releases/tag/v1.11 fixed this issue

michaelms-myriad commented 4 months ago

Looks like the issue still resides in v1.12 :

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: redhat-actions/openshift-tools-installer@2de9a80cf012ad0601021515481d433b91ef8fd5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

Is someone able to confirm that this is the case?

Thanks!

oestoer commented 4 months ago

@michaelms-myriad it's not the same issue. The original was a node12 deprecation warning, this one is for node16.