-
Notifications
You must be signed in to change notification settings - Fork 989
fix: support node20 #52
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16c5602 to
ff4231e
Compare
jackfranklin
approved these changes
Sep 18, 2025
4a9aa79 to
9802e91
Compare
Collaborator
Author
|
@jackfranklin what do you think we should do about the failing insight in node 20? |
Closed
8bf2c9b to
fc5643a
Compare
a615e92 to
3ced06f
Compare
Lightning00Blade
approved these changes
Sep 29, 2025
OrKoN
pushed a commit
that referenced
this pull request
Sep 29, 2025
🤖 I have created a release *beep* *boop* --- ## [0.5.0](chrome-devtools-mcp-v0.4.0...chrome-devtools-mcp-v0.5.0) (2025-09-29) ### Features * **screenshot:** add JPEG quality parameter support ([#184](#184)) ([139cfd1](139cfd1)) ### Bug Fixes * do not error if the dialog was already handled ([#208](#208)) ([d9f77f8](d9f77f8)) * reference to handle_dialog tool ([#209](#209)) ([205eef5](205eef5)) * support node20 ([#52](#52)) ([13613b4](13613b4)) * update tool reference in an error ([#205](#205)) ([7765bb3](7765bb3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Initially, we started with the support of Node22+ but since Node20 is an LTS that is still in the maintenance mode it makes sense to support it.