Skip to content

Commit

Permalink
updated ci and readme to node 16 and mongo 6
Browse files Browse the repository at this point in the history
  • Loading branch information
hossenlopp committed Sep 12, 2023
1 parent 0e207c6 commit 01ed26a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
mongodb-version: ['5.0']
mongodb-version: ['6.0']

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
mongodb-version: ['5.0']
mongodb-version: ['6.0']
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Test server for executing FHIR-based Electronic Clinical Quality Measures (eCQMs
### Prerequisites

- [Node.js >=16.0.0](https://nodejs.org/en/)
- [MongoDB >= 5.0](https://www.mongodb.com)
- [MongoDB >= 6.0](https://www.mongodb.com)
- [Git](https://git-scm.com/)
- [Docker](https://docs.docker.com/get-docker/)
- [Redis](https://redis.com/break-the-data-matrix/)
Expand Down

0 comments on commit 01ed26a

Please sign in to comment.