Skip to content

docs: bump node.js version #246

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 1 commit into from
May 14, 2025
Merged

docs: bump node.js version #246

merged 1 commit into from
May 14, 2025

Conversation

wtrocki
Copy link
Collaborator

@wtrocki wtrocki commented May 14, 2025

Bumped version of nodejs

@Copilot Copilot AI review requested due to automatic review settings May 14, 2025 08:46
@wtrocki wtrocki requested a review from a team as a code owner May 14, 2025 08:46
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request updates the Node.js version requirement across the project.

  • Updated the "engines" field in package.json to require Node.js version >=20.10.0
  • Revised the prerequisite in README.md to reflect the new Node.js version requirement

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updated Node.js engine requirement to version 20.10.0
README.md Revised Node.js version text to match package.json
Comments suppressed due to low confidence (1)

package.json:81

  • Ensure that all project dependencies and build tools are compatible with Node.js v20.10.0 and update any related configuration if necessary.
"node": ">=20.10.0"

@@ -22,7 +22,7 @@ A Model Context Protocol server for interacting with MongoDB Databases and Mongo

## Prerequisites

- Node.js (v20 or later)
- Node.js (v20.10.0 or later)
Copy link
Preview

Copilot AI May 14, 2025

Choose a reason for hiding this comment

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

[nitpick] Consider adding a brief note in the documentation outlining the reasons for the Node.js version bump to help users understand the change.

Copilot uses AI. Check for mistakes.

@gagik gagik changed the title bump node.js version chore: bump node.js version May 14, 2025
@gagik
Copy link
Collaborator

gagik commented May 14, 2025

Thanks for looking into this!

@gagik gagik merged commit 4de743d into mongodb-js:main May 14, 2025
16 checks passed
@gagik gagik changed the title chore: bump node.js version docs: bump node.js version May 14, 2025
@wtrocki wtrocki deleted the nodeversion branch May 14, 2025 09:07
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.

2 participants