We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e648e commit 24660a0Copy full SHA for 24660a0
.circleci/config.yml
@@ -98,7 +98,7 @@ jobs:
98
docker:
99
- image: cimg/node:14.20.0
100
# Integration tests need MongoDB server running and accessible on port 27017
101
- - image: mongo:4.0
+ - image: mongo:5
102
command: mongod --oplogSize 128 --replSet rs0 --storageEngine=wiredTiger
103
ports:
104
- "27017:27017"
@@ -125,7 +125,7 @@ jobs:
125
126
127
128
129
130
131
0 commit comments