Skip to content

Commit fdbffe1

Browse files
committed
bumped nodejs default to 14
1 parent 2f3c539 commit fdbffe1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,38 +40,38 @@ jobs:
4040
MONGODB_VERSION: 4.4.3
4141
MONGODB_TOPOLOGY: replicaset
4242
MONGODB_STORAGE_ENGINE: wiredTiger
43-
NODE_VERSION: 10.23.3
43+
NODE_VERSION: 14.15.5
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.23.3
48+
NODE_VERSION: 14.15.5
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.23.3
53+
NODE_VERSION: 14.15.5
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.23.3
58+
NODE_VERSION: 14.15.5
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.23.3
65-
- name: Node 12
64+
NODE_VERSION: 14.15.5
65+
- name: Node 10
6666
MONGODB_VERSION: 4.4.3
6767
MONGODB_TOPOLOGY: standalone
6868
MONGODB_STORAGE_ENGINE: wiredTiger
69-
NODE_VERSION: 12.20.2
70-
- name: Node 14
69+
NODE_VERSION: 10.23.3
70+
- name: Node 12
7171
MONGODB_VERSION: 4.4.3
7272
MONGODB_TOPOLOGY: standalone
7373
MONGODB_STORAGE_ENGINE: wiredTiger
74-
NODE_VERSION: 14.15.5
74+
NODE_VERSION: 12.20.2
7575
- name: Node 15
7676
MONGODB_VERSION: 4.4.3
7777
MONGODB_TOPOLOGY: standalone

0 commit comments

Comments
 (0)