From a695f744e208967c368236e8a9b8820e302312d8 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Tue, 2 Nov 2021 22:23:06 +0530 Subject: [PATCH] chore(actions): update mongodb in cypress workflow (#44098) --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 0a0187091f..cf92752697 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -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.