Azure / azure-functions-nodejs-worker

The Node.js worker for the Azure Functions runtime - https://functions.azure.com
MIT License
107 stars 44 forks source link

Support Node 20 #724

Closed itpropro closed 1 year ago

itpropro commented 1 year ago

Node 20 is the current LTS version of Node and should be supported. This impacts

Node 18 is only receiving security updates at this point and Node 16 is completely EOL and should therefor be removed as supported version.

ejizba commented 1 year ago

Hi @itpropro, I only work on Azure Functions, but we already support Node 20 in preview and you can see the latest estimates for GA on our roadmap here: https://github.com/Azure/azure-functions-nodejs-library/wiki/Roadmap

Closing as duplicate of https://github.com/Azure/azure-functions-nodejs-library/issues/170