Azure / cli

Automate your GitHub workflows using Azure CLI scripts
MIT License
125 stars 54 forks source link

Update to Node.js 16 and new @actions/core #85

Closed tjcorr closed 1 year ago

tjcorr commented 1 year ago

Fixes #84 to remove deprecation notices from this Action.

NaveenTSW commented 1 year ago

Still see this error for azure/CLI on Node12 version deprecation.

"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: azure/CLI"

my action snippet got this which is complaining about Node12. uses: azure/CLI@v1 with: azcliversion: latest inlineScript: |

tjcorr commented 1 year ago

Looks like someone needs to cut a release and update the tags for this to get rolled out.

NaveenTSW commented 1 year ago

I see, thanks, not sure who cuts a release for this. @t-dedah any idea on that?

t-dedah commented 1 year ago

Hi @NaveenTSW and @tjcorr yes we are looking into the release process but testing the new version first. One issue we faced is that the negative tests started failing randomly after moving to node@16. For the weekend we had to disable them but we dont feel comfortable pushing the new version unless we figure out the issue with randomly failing ci tests.

We will try to push a version asap.

NaveenTSW commented 1 year ago

@t-dedah any update on the new version?