mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-23 17:10:25 -05:00
chore: update to mongodb 8 in CI (#60215)
This commit is contained in:
committed by
GitHub
parent
f25b5017fb
commit
31b956d16f
6
.github/workflows/node.js-tests.yml
vendored
6
.github/workflows/node.js-tests.yml
vendored
@@ -142,7 +142,7 @@ jobs:
|
||||
- name: Start MongoDB
|
||||
uses: supercharge/mongodb-github-action@b0a1493307c4e9b82ed61f3858d606c5ff190c64 # v1.10.0
|
||||
with:
|
||||
mongodb-version: 6.0
|
||||
mongodb-version: 8.0
|
||||
mongodb-replica-set: test-rs
|
||||
mongodb-port: 27017
|
||||
|
||||
@@ -191,7 +191,7 @@ jobs:
|
||||
- name: Start MongoDB
|
||||
uses: supercharge/mongodb-github-action@b0a1493307c4e9b82ed61f3858d606c5ff190c64 # v1.10.0
|
||||
with:
|
||||
mongodb-version: 6.0
|
||||
mongodb-version: 8.0
|
||||
mongodb-replica-set: test-rs
|
||||
mongodb-port: 27017
|
||||
|
||||
@@ -240,7 +240,7 @@ jobs:
|
||||
- name: Start MongoDB
|
||||
uses: supercharge/mongodb-github-action@b0a1493307c4e9b82ed61f3858d606c5ff190c64 # v1.10.0
|
||||
with:
|
||||
mongodb-version: 6.0
|
||||
mongodb-version: 8.0
|
||||
mongodb-replica-set: test-rs
|
||||
mongodb-port: 27017
|
||||
|
||||
|
||||
Reference in New Issue
Block a user