Skip to content
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

Merged
merged 2 commits into from
Oct 5, 2024

Conversation

himself65
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Oct 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
waku ✅ Ready (Inspect) Visit Preview Oct 5, 2024 7:59am

Copy link

codesandbox-ci bot commented Oct 5, 2024

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.

@@ -75,7 +75,7 @@
},
"license": "MIT",
"engines": {
"node": "^20.8.0 || ^18.17.0"
"node": "^20.8.0 || ^18.17.0 || ^22.9.0"
Copy link
Owner

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.

@himself65
Copy link
Contributor Author

Ok, I choose 22.7.0 because of this nodejs/node#48528

Copy link
Owner

@dai-shi dai-shi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dai-shi dai-shi linked an issue Oct 5, 2024 that may be closed by this pull request
@dai-shi dai-shi merged commit e7c11b1 into dai-shi:main Oct 5, 2024
24 checks passed
@himself65 himself65 deleted the himself65/20241004/ci branch October 5, 2024 08:19
dai-shi added a commit that referenced this pull request Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support NodeJS 22
2 participants