Skip to content

Commit d610bb9

Browse files
committed
update node version
1 parent 46269ff commit d610bb9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -97,28 +97,28 @@ jobs:
9797
MONGODB_VERSION: 4.4.6
9898
MONGODB_TOPOLOGY: replicaset
9999
MONGODB_STORAGE_ENGINE: wiredTiger
100-
NODE_VERSION: 14.16.1
100+
NODE_VERSION: 14.17.0
101101
- name: MongoDB 4.2, ReplicaSet, WiredTiger
102102
MONGODB_VERSION: 4.2.14
103103
MONGODB_TOPOLOGY: replicaset
104104
MONGODB_STORAGE_ENGINE: wiredTiger
105-
NODE_VERSION: 14.16.1
105+
NODE_VERSION: 14.17.0
106106
- name: MongoDB 4.0, ReplicaSet, WiredTiger
107107
MONGODB_VERSION: 4.0.23
108108
MONGODB_TOPOLOGY: replicaset
109109
MONGODB_STORAGE_ENGINE: wiredTiger
110-
NODE_VERSION: 14.16.1
110+
NODE_VERSION: 14.17.0
111111
- name: MongoDB 4.0, Standalone, MMAPv1
112112
MONGODB_VERSION: 4.0.23
113113
MONGODB_TOPOLOGY: standalone
114114
MONGODB_STORAGE_ENGINE: mmapv1
115-
NODE_VERSION: 14.16.1
115+
NODE_VERSION: 14.17.0
116116
- name: Redis Cache
117117
PARSE_SERVER_TEST_CACHE: redis
118118
MONGODB_VERSION: 4.4.6
119119
MONGODB_TOPOLOGY: standalone
120120
MONGODB_STORAGE_ENGINE: wiredTiger
121-
NODE_VERSION: 14.16.1
121+
NODE_VERSION: 14.17.0
122122
- name: Node 12
123123
MONGODB_VERSION: 4.4.6
124124
MONGODB_TOPOLOGY: standalone

0 commit comments

Comments
 (0)