-
Notifications
You must be signed in to change notification settings - Fork 37
Add Support For Node 22.1.0 #146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
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. |
Are any maintainers willing to approve this? |
We're really bumping into this one. @kishore7snehil Do you think this PR is ok for merge ? |
Has there been any movement on this? |
another bump here! node 18 will be EOL in April of this year |
Hello @jaderfeijo , Can you please sign the commits ? Currently your commits do not have verified signatures. Reference: https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits |
Looks like it was added - 4428953 This can be closed |
Description
Update supported node version to include node
^22.1.0
.Note:
Testing
22.1.0
(nvm install 22.1.0
if usingnvm
).npm install
installs all dependencies correctly (after upgrading to node22.1.0
).npm run lint
lints the project correctly.npm run test
runs all tests and all tests pass.Checklist
main
branch is the correct, most up-to-date branch in this instance)