Skip to content

Commit

Permalink
update mongodb-version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed May 24, 2021
1 parent a813f14 commit 5c5b28f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x]
mongodb-version: [4.0, 4.2, 4.4]
mongodb-version: ['4.0', '4.2', '4.4']

steps:
- name: Git checkout
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x]
mongodb-version: [4.0, 4.2, 4.4]
mongodb-version: ['4.0', '4.2', '4.4']
steps:
- name: Git checkout
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x]
mongodb-version: [4.0, 4.2, 4.4]
mongodb-version: ['4.0', '4.2', '4.4']
steps:
- name: Git checkout
Expand Down

0 comments on commit 5c5b28f

Please sign in to comment.