Azure / functions-action

Enable GitHub developers to deploy to Azure Function Apps using GitHub Actions
MIT License
152 stars 75 forks source link

Node16 becoming deprecated, need new version that utilizes Node20 #215

Closed gregdowns closed 3 months ago

gregdowns commented 7 months ago

Received a warning that Node16 actions are deprecated and need to update to Node20

For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

RudiSzalai commented 7 months ago

I'm receiving this error message too: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Azure/functions-action@v1.5.1.

ghost commented 7 months ago

I'm receiving this error message too:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Azure/functions-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

mthorntonleonard commented 6 months ago

Has there been any movement on this? I'm also running into this error: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/functions-action@238dc3c45bb1b04e5d16ff9e75cddd1d86753bd6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

longmauriceproj commented 5 months ago

https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ Much more urgent now

DiegoMartinezTR commented 3 months ago

Is there any update about this?

dmtzs commented 3 months ago

Interested too, when the update is going to come?

losali commented 3 months ago

there are a few open PRs on this - any update on merging them?

PatelAman18 commented 3 months ago

Is there any update on this ?

patelchandni commented 3 months ago

Update to Node 20 is part of PR https://github.com/Azure/functions-action/pull/229

PatelAman18 commented 3 months ago

Can we please get the new release version?

patelchandni commented 3 months ago

@PatelAman18, latest v1 has all the changes now.

PatelAman18 commented 3 months ago

Thanks @patelchandni