File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,17 @@ jobs:
41
41
matrix :
42
42
node : [16, 18, 20]
43
43
os : [ubuntu-20.04, ubuntu-22.04]
44
- mongodb : [4.4.28 , 5.0.25 , 6.0.14 , 7.0.7 ]
44
+ mongodb : [4.4.29 , 5.0.26 , 6.0.15 , 7.0.12 ]
45
45
include :
46
46
- os : ubuntu-20.04 # customize on which matrix the coverage will be collected on
47
- mongodb : 5.0.25
47
+ mongodb : 5.0.26
48
48
node : 16
49
49
coverage : true
50
50
exclude :
51
51
- os : ubuntu-22.04 # exclude because there are no 4.x mongodb builds for 2204
52
- mongodb : 4.4.28
52
+ mongodb : 4.4.29
53
53
- os : ubuntu-22.04 # exclude because there are no 5.x mongodb builds for 2204
54
- mongodb : 5.0.25
54
+ mongodb : 5.0.26
55
55
name : Node ${{ matrix.node }} MongoDB ${{ matrix.mongodb }} OS ${{ matrix.os }}
56
56
env :
57
57
MONGOMS_VERSION : ${{ matrix.mongodb }}
90
90
runs-on : ubuntu-20.04
91
91
name : Deno tests
92
92
env :
93
- MONGOMS_VERSION : 6.0.14
93
+ MONGOMS_VERSION : 6.0.15
94
94
MONGOMS_PREFER_GLOBAL_PATH : 1
95
95
FORCE_COLOR : true
96
96
steps :
Original file line number Diff line number Diff line change 43
43
- name : Setup node
44
44
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
45
45
with :
46
- node-version : 14
46
+ node-version : 16
47
47
48
48
- run : npm install
49
49
Original file line number Diff line number Diff line change 57
57
"mkdirp" : " ^3.0.1" ,
58
58
"mocha" : " 10.6.0" ,
59
59
"moment" : " 2.30.1" ,
60
- "mongodb-memory-server" : " 9.4 .0" ,
60
+ "mongodb-memory-server" : " 10.0 .0" ,
61
61
"ncp" : " ^2.0.0" ,
62
62
"nyc" : " 15.1.0" ,
63
63
"pug" : " 3.0.3" ,
You can’t perform that action at this time.
0 commit comments