Skip to content

Commit 24660a0

Browse files
committed
fix: run tests against mongo 5
Signed-off-by: Brent Hoover <[email protected]> Signed-off-by: Brent Hoover <[email protected]>
1 parent a5e648e commit 24660a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
docker:
9999
- image: cimg/node:14.20.0
100100
# Integration tests need MongoDB server running and accessible on port 27017
101-
- image: mongo:4.0
101+
- image: mongo:5
102102
command: mongod --oplogSize 128 --replSet rs0 --storageEngine=wiredTiger
103103
ports:
104104
- "27017:27017"
@@ -125,7 +125,7 @@ jobs:
125125
docker:
126126
- image: cimg/node:14.20.0
127127
# Integration tests need MongoDB server running and accessible on port 27017
128-
- image: mongo:4.0
128+
- image: mongo:5
129129
command: mongod --oplogSize 128 --replSet rs0 --storageEngine=wiredTiger
130130
ports:
131131
- "27017:27017"

0 commit comments

Comments
 (0)