Skip to content

Commit 1133dbb

Browse files
committed
Run on node 22 and 24
1 parent cc55fd1 commit 1133dbb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
node: [20, 24]
15+
node: [22, 24]
1616
mongodb-version: [8]
1717
python-version: [3.8]
1818
redis-version: [6]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ one of these libraries.
1717
## Developers
1818

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

0 commit comments

Comments
 (0)