Skip to content

Commit 38270da

Browse files
committed
chore: keep node 20 as minimum requirement
1 parent d29a415 commit 38270da

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
</div>
1414

15-
**mongodb-atlas-sdk** is a modern, TypeScript-based SDK designed to simplify and supercharge your interaction with MongoDB Atlas. Built with scalability, ease of use, and extensibility in mind, mongodb-atlas-sdk is the perfect solution for developers who need a flexible and robust tool to handle complex database operations.
16-
1715
## Why mongodb-atlas-sdk?
1816

1917
Unlike other MongoDB SDKs, `mongodb-atlas-sdk` focuses on developer productivity, scalability, and modern application needs. Whether you’re building a high-performance REST API, a real-time app, data backup or a distributed system, `mongodb-atlas-sdk` is here to empower your database operations.
@@ -72,7 +70,7 @@ app.listen(PORT, () => {
7270
- [Audit Logging](https://shivarm.github.io/mongodb-atlas-sdk/#/./guide/auditLogging)
7371
- [Backup and Restore](https://shivarm.github.io/mongodb-atlas-sdk/#/./guide/backup)
7472

75-
and many more go [here](https://shivarm.github.io/mongodb-atlas-sdk/#/./home)
73+
and many more feature check [Docs](https://shivarm.github.io/mongodb-atlas-sdk/#/./home)
7674

7775
## Development
7876

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
"vitest": "^3.1.1"
6767
},
6868
"engines": {
69-
"node": ">=20"
69+
"node": "^20 || >=22"
7070
}
7171
}

0 commit comments

Comments
 (0)