Skip to content

Commit cb76d54

Browse files
CI Mongo version
1 parent e5ac8d4 commit cb76d54

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
node-version: [16.x, 18.x]
16+
mongodb-version: ['5.0', '6.0']
1617

1718
steps:
1819
- uses: actions/checkout@v3
@@ -21,8 +22,10 @@ jobs:
2122
with:
2223
node-version: ${{ matrix.node-version }}
2324
cache: 'npm'
24-
- name: Start Mongo
25+
- name: Start Mongo ${{ matrix.mongodb-version }}
2526
uses: supercharge/[email protected]
27+
with:
28+
mongodb-version: ${{ matrix.mongodb-version }}
2629
- name: Run tests
2730
run: |
2831
npm i

0 commit comments

Comments
 (0)