Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [20, 24]
node: [22, 24]
mongodb-version: [8]
python-version: [3.8]
redis-version: [6]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ one of these libraries.
## Developers

### Dependencies
- [NodeJS](https://nodejs.org/) (version >= 20, CI tests are performed on version 20.x, 22.x, 24.x).
- [NodeJS](https://nodejs.org/) (version >= 20, CI tests are performed on version 22.x, 24.x).
- [MongoDB](https://www.mongodb.com/) (4.2 >= version).
- [Git](https://git-scm.com) (must be available in PATH).
- [Redis](https://redis.io/) needed to run all tests and if serving under multiple nodes.
Expand Down
Loading