mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-01 17:03:30 -05:00
fix(actions): bump mongodb to 4.4 explicitly (#48362)
This commit is contained in:
committed by
GitHub
parent
3e2a820aff
commit
7cf61dae8d
2
.github/workflows/e2e-third-party.yml
vendored
2
.github/workflows/e2e-third-party.yml
vendored
@@ -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.
|
||||
|
||||
2
.github/workflows/e2e-web.yml
vendored
2
.github/workflows/e2e-web.yml
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user