-
Notifications
You must be signed in to change notification settings - Fork 160
Conversation
…s to the github token
@medikoo any chance you can please have a look at this one and merge if acceptable or let me know what else you'd like to change before we can merge it in? |
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.
Hi @medikoo - when you have time, would you mind to take a look into this PR? It would be great if we could use node18 for Azure functions
It's reaching to EoL as stated here
#654 (comment)
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.
@gligorkot great thanks for that PR, and sorry for late review (I was on vacation and then I was catching up)
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.
Looks great 👍
What did you implement:
Closes #645 and #654
How did you implement it:
Adding a publish github action that runs on version tag.
How can we verify it:
Add a tag that follows semver format vX.X.X
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