Skip to content

Commit

Permalink
chore: updated ci to use various node/mongodb versions
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Feb 7, 2024
1 parent 0e2a545 commit 53c14c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:

strategy:
matrix:
node-version: ['16.x'] # ['16.x', '18.x', '20.x']
mongodb-version: ['4.4'] # ['4.4', '5.0', '6.0']
node-version: ['16.x', '18.x', '20.x'] # ['16.x', '18.x', '20.x']
mongodb-version: ['4.4', '5.0', '6.0'] # ['4.4', '5.0', '6.0']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 53c14c1

Please sign in to comment.