diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d9045be..1954bd8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,6 +11,7 @@ jobs: matrix: node-version: [16.x, 18.x, 20.x] mongodb-version: [3.6, 4.0, 4.2, 4.4, 6.0] + name: Node.js ${{ matrix.node-version }}, MongoDB ${{ matrix.mongodb-version }} steps: - name: Checkout uses: actions/checkout@v3