Skip to content

Commit 8b53ca7

Browse files
committed
added node 15 to CI checks
1 parent 9c7f2b0 commit 8b53ca7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ jobs:
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

resources/ci/ciCheck.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)