Skip to content

Commit

Permalink
add custom name with Node.js and MongoDB versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestTeluk committed Jul 10, 2023
1 parent fc5d379 commit 63a8c36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63a8c36

Please sign in to comment.