-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
feat: enable nodejs 22 support #945
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
packages/waku/package.json
Outdated
@@ -75,7 +75,7 @@ | |||
}, | |||
"license": "MIT", | |||
"engines": { | |||
"node": "^20.8.0 || ^18.17.0" | |||
"node": "^20.8.0 || ^18.17.0 || ^22.9.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.
Is 22.9.0 the minimal version we support for node 22? Try minimal one.
Ok, I choose 22.7.0 because of this nodejs/node#48528 |
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.
LGTM
#945 wasn't enough. cc @himself65
No description provided.