Github tests

master
Mark Moffat 2020-03-22 20:33:59 +10:30
parent 9282e4b3e5
commit a404e09f05
1 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@ jobs:
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
mongodb-version: [4.0, 4.2]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
@ -26,4 +27,5 @@ jobs:
- name: npm test
run: npm run test
env:
test: true
test: true
CI: true