File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 72
72
MONGODB_TOPOLOGY : standalone
73
73
MONGODB_STORAGE_ENGINE : wiredTiger
74
74
NODE_VERSION : 14.15.5
75
+ - name : Node 15
76
+ MONGODB_VERSION : 4.4.3
77
+ MONGODB_TOPOLOGY : standalone
78
+ MONGODB_STORAGE_ENGINE : wiredTiger
79
+ NODE_VERSION : 15.8.0
75
80
name : ${{ matrix.name }}
76
81
timeout-minutes : 30
77
82
runs-on : ubuntu-18.04
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ async function checkNodeVersions() {
62
62
'<10.0.0' , // These versions have reached their end-of-life support date
63
63
'>=11.0.0 <12.0.0' , // These versions have reached their end-of-life support date
64
64
'>=13.0.0 <14.0.0' , // These versions have reached their end-of-life support date
65
- '>=15.0.0 < 16.0.0' , // This version is not in long-term-support yet
65
+ '>=16.0.0' , // This version has not been officially released yet
66
66
] ,
67
67
} ) . check ( ) ;
68
68
}
You can’t perform that action at this time.
0 commit comments