serverless / serverless-azure-functions

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

Update azure functions core tool to use 4 #644

Open BartInTheField opened 1 year ago

BartInTheField commented 1 year ago

What did you implement:

Update the azure functions tools to use the newest version, needed for local development

How did you implement it:

Changed dependency in package.json

How can we verify it:

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