Azure / functions-container-action

Enable GitHub developers to deploy to Azure Function Apps Containers using GitHub Actions
MIT License
26 stars 14 forks source link

Upgrade to Node 16 #35

Closed daniel-biloglav closed 2 years ago

daniel-biloglav commented 2 years ago

Hi,

GitHub workflows are now showing deprecation warnings for Node 12. image

See https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

patelchandni commented 2 years ago

Covered in PR: https://github.com/Azure/functions-container-action/pull/36

patelchandni commented 2 years ago

Released in v1.2.0

patelchandni commented 2 years ago

@daniel-biloglav, please test with v1 and let us know. Thank you.

daniel-biloglav commented 1 year ago

@patelchandni, the new version is working well.

Thanks for your support :)