chore(actions): update mongodb in cypress workflow (#44098)

This commit is contained in:
Mrugesh Mohapatra
2021-11-02 22:23:06 +05:30
committed by GitHub
parent 12a0ce697a
commit a695f744e2

View File

@ -66,7 +66,7 @@ jobs:
spec: cypress/integration/learn/challenges/projects.js
services:
mongodb:
image: mongo:3.6.19
image: mongo:4
ports:
- 27017:27017
# We need mailhog to catch any emails the api tries to send.