serverless / serverless-azure-functions

Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
MIT License
266 stars 159 forks source link

Adding support for nodejs16 and nodejs18 #642

Closed gligorkot closed 1 year ago

gligorkot commented 1 year ago

What did you implement:

Adding support for Nodejs 18

How did you implement it:

Following a template that others have followed

How can we verify it:

Use it to deploy a nodejs18 function app to Azure.

Todos:

Note: Run npm run test:ci to run all validation checks on proposed changes

Is this ready for review?: YES Is it a breaking change?: NO

gligorkot commented 1 year ago

@medikoo this is now updated and ready for re-review

gligorkot commented 1 year ago

@medikoo any chance we can get a new release tagged for these changes you've just merged please? 🙏

medikoo commented 1 year ago

@gligorkot Currently validating this repository is broken, and i think we should fix it before pursuing any release.

I've created an issue describing what needs to be done: https://github.com/serverless/serverless-azure-functions/issues/645