Open MoChilia opened 8 months ago
👀 What’s new in azure/cli@v2?
azure/cli@v2
azure/cli
Node16
Node20
⚠️ This is breaking change
To apply this change, please update the version of azure/cli to v2 in your workflow files.
v2
- name: Run Azure CLI Action uses: azure/cli@v2 with: azcliversion: latest inlineScript: | az version
I just upgraded to v2 from v1, I can confirm it works fine. the warning around node 16 is gone.
with v1
with v2 No node 16 warning
👀 What’s new in
azure/cli@v2
?azure/cli
is updated fromNode16
toNode20
due to the upcoming deprecation of Node16.⚠️ This is breaking change
azure/cli
with a self-hosted runner, ensure it's running Actions Runner image v2.308.0 or later.To apply this change, please update the version of
azure/cli
tov2
in your workflow files.