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 7272 MONGODB_TOPOLOGY : standalone
7373 MONGODB_STORAGE_ENGINE : wiredTiger
7474 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
7580 name : ${{ matrix.name }}
7681 timeout-minutes : 30
7782 runs-on : ubuntu-18.04
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ async function checkNodeVersions() {
6262 '<10.0.0' , // These versions have reached their end-of-life support date
6363 '>=11.0.0 <12.0.0' , // These versions have reached their end-of-life support date
6464 '>=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
6666 ] ,
6767 } ) . check ( ) ;
6868}
You can’t perform that action at this time.
0 commit comments