Skip to content

Commit da326d0

Browse files
committed
fixed nodejs test versions
1 parent d5818e0 commit da326d0

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,33 +40,38 @@ jobs:
4040
MONGODB_VERSION: 4.4.3
4141
MONGODB_TOPOLOGY: replicaset
4242
MONGODB_STORAGE_ENGINE: wiredTiger
43-
NODE_VERSION: 10.0.0
43+
NODE_VERSION: 10.23.3
4444
- name: Mongo 4.2, ReplicaSet, WiredTiger
4545
MONGODB_VERSION: 4.2.12
4646
MONGODB_TOPOLOGY: replicaset
4747
MONGODB_STORAGE_ENGINE: wiredTiger
48-
NODE_VERSION: 10.0.0
48+
NODE_VERSION: 10.23.3
4949
- name: Mongo 4.0, ReplicaSet, WiredTiger
5050
MONGODB_VERSION: 4.0.22
5151
MONGODB_TOPOLOGY: replicaset
5252
MONGODB_STORAGE_ENGINE: wiredTiger
53-
NODE_VERSION: 10.0.0
53+
NODE_VERSION: 10.23.3
5454
- name: Mongo 3.6, Standalone, MMAPv1
5555
MONGODB_VERSION: 3.6.22
5656
MONGODB_TOPOLOGY: standalone
5757
MONGODB_STORAGE_ENGINE: mmapv1
58-
NODE_VERSION: 10.0.0
58+
NODE_VERSION: 10.23.3
5959
- name: Redis Cache
6060
PARSE_SERVER_TEST_CACHE: redis
6161
MONGODB_VERSION: 4.4.3
6262
MONGODB_TOPOLOGY: standalone
6363
MONGODB_STORAGE_ENGINE: wiredTiger
64-
NODE_VERSION: 10.0.0
65-
- name: Node 12.20
64+
NODE_VERSION: 10.23.3
65+
- name: Node 12
6666
MONGODB_VERSION: 4.4.3
6767
MONGODB_TOPOLOGY: standalone
6868
MONGODB_STORAGE_ENGINE: wiredTiger
69-
NODE_VERSION: 12.20.1
69+
NODE_VERSION: 12.20.2
70+
- name: Node 14
71+
MONGODB_VERSION: 4.4.3
72+
MONGODB_TOPOLOGY: standalone
73+
MONGODB_STORAGE_ENGINE: wiredTiger
74+
NODE_VERSION: 14.15.5
7075
name: ${{ matrix.name }}
7176
timeout-minutes: 30
7277
runs-on: ubuntu-18.04

0 commit comments

Comments
 (0)