fix(actions): bump mongodb to 4.4 explicitly (#48362)

This commit is contained in:
Mrugesh Mohapatra
2022-11-01 21:41:56 +05:30
committed by GitHub
parent 3e2a820aff
commit 7cf61dae8d
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04
services:
mongodb:
image: mongo:4
image: mongo:4.4
ports:
- 27017:27017
# We need mailhog to catch any emails the api tries to send.

View File

@@ -75,7 +75,7 @@ jobs:
spec: cypress/e2e/default/**/*.js
services:
mongodb:
image: mongo:4
image: mongo:4.4
ports:
- 27017:27017
# We need mailhog to catch any emails the api tries to send.