Skip to content

Conversation

@tjcorr
Copy link
Contributor

@tjcorr tjcorr commented Oct 11, 2022

Fixes #84 to remove deprecation notices from this Action.

@bishal-pdMSFT bishal-pdMSFT requested a review from t-dedah October 12, 2022 04:25
@t-dedah t-dedah merged commit 47afe1c into Azure:master Oct 12, 2022
@NaveenTSW
Copy link

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
Copy link
Contributor Author

tjcorr commented Oct 14, 2022

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

@NaveenTSW
Copy link

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

@t-dedah
Copy link
Contributor

t-dedah commented Oct 17, 2022

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
Copy link

@t-dedah any update on the new version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants