Skip to content

Commit

Permalink
Bump nodeJS test from 16,18 to 18,20
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrik Meijer committed May 3, 2024
1 parent 415c994 commit abcfb6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: [16, 18]
node: [18, 20]
mongodb-version: [4.4]
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 >= 14, CI tests are performed on version 16.x and 18.x).
- [NodeJS](https://nodejs.org/) (version >= 14, CI tests are performed on version 18.x and 20.x).
- [MongoDB](https://www.mongodb.com/) (2.6 >= 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

0 comments on commit abcfb6b

Please sign in to comment.