There was an error while loading. Please reload this page.
1 parent a5764a1 commit 8947453Copy full SHA for 8947453
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
matrix:
11
node: [12, 14, 16]
12
mongodb-version: ['4.0', '4.2', '4.4']
13
- name: Node ${{ matrix.node }}
+ name: Node ${{ matrix.node }} MongoDB ${{ matrix.mongodb-version }}
14
steps:
15
- name: Git checkout
16
uses: actions/checkout@v2
0 commit comments