Azure / arm-deploy

ARM action to deploy an Azure Resource Manager (ARM) template to all the deployment scopes
MIT License
84 stars 39 forks source link

Warning in workflow about nodejs version #114

Closed johan-lindqvist closed 1 year ago

johan-lindqvist commented 2 years ago

It seems that GitHub is deprecating nodejs12 which gives warnings when using this action in a workflow: image

Warning in text:

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/arm-deploy, azure/functions-action
t-dedah commented 2 years ago

Thank you @johan-lindqvist for the heads-up, we will be pushing this fix in the coming days.

oxbo-andre commented 2 years ago

Yes, did notice this also.

t-dedah commented 1 year ago

Hi @johan-lindqvist @oxbo-andre we have released a new version so this should work fine now. Let me know if you are still facing this issue.

johan-lindqvist commented 1 year ago

Tested just now, no more warnings 👍