Limit tests to 4.2 Mongo (latest)

master
Mark Moffat 2020-03-30 17:09:44 +10:30
parent ce2d6c5bd0
commit 2c66361bca
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
mongodb-version: [4.0, 4.2]
mongodb-version: [4.2]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}