Skip to content

Commit 6af1284

Browse files
author
Agnes Lin
committed
ci: test 4.0
1 parent 525ff54 commit 6af1284

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/continous-integration.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name: Continous Integration
22

33
on: # [push]
44
push:
5-
branches: [master]
5+
branches:
6+
- master
67
pull_request:
7-
# The branches below must be a subset of the branches above
8-
branches: [master]
8+
branches:
9+
- master
910

1011
env:
1112
CI: true
@@ -16,8 +17,7 @@ jobs:
1617
strategy:
1718
matrix:
1819
node-version: [10, 12, 14]
19-
# mongodb-3.2-precise
20-
mongodb-version: [3.6]
20+
mongodb-version: [4.0]
2121

2222
steps:
2323
- name: Git checkout

0 commit comments

Comments
 (0)