-
Notifications
You must be signed in to change notification settings - Fork 160
Adding support for nodejs16 and nodejs18 #642
Conversation
@@ -80,7 +80,7 @@ describe("Function App Resource", () => { | |||
const config = getConfig(FunctionAppOS.LINUX, Runtime.PYTHON36); | |||
|
|||
const resource = new FunctionAppResource(); | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's not introduce unrelated changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
package-lock.json
Outdated
@@ -5,7 +5,8 @@ | |||
"requires": true, | |||
"packages": { | |||
"": { | |||
"version": "2.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's not introduce changes to this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
@medikoo this is now updated and ready for re-review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you 👍
@medikoo any chance we can get a new release tagged for these changes you've just merged please? 🙏 |
@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: #645 |
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 changesValidate via
npm run lint
Note: Some reported issues can be automatically fixed by running
npm run lint:fix
Validate via
npm test
Is this ready for review?: YES
Is it a breaking change?: NO