node-oauth2-jwt-bearer
node-oauth2-jwt-bearer copied to clipboard
Add Support For Node 22.1.0
Description
Update supported node version to include node ^22.1.0.
Note:
This PR follows on the changes from #142 which was rejected since node
21.7.1was not LTS, whereas22.1.0should be.
Testing
- [X] Upgrade your local version of node to
22.1.0(nvm install 22.1.0if usingnvm). - [X] Running
npm installinstalls all dependencies correctly (after upgrading to node22.1.0). - [X] Running
npm run lintlints the project correctly. - [X] Running
npm run testruns all tests and all tests pass.
Checklist
- [X] I have added documentation for new/changed functionality in this PR or in auth0.com/docs
- [X] All active GitHub checks for tests, formatting, and security are passing
- [X] The correct base branch is being used, if not the default branch (I'm assuming the
mainbranch is the correct, most up-to-date branch in this instance)
Can anyone approve this to get the latest node LTS release supported please ?
How can we help to make this PR merged :) ?
I'd really like this to be merged too, if possible.
I've updated the branch, but it needs approval from a maintainer so the pipelines can run again.