Skip to content

Commit f94062a

Browse files
ci: use mongodb 6 for build workflow
1 parent 1996a3d commit f94062a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
node-version: [20.x]
22-
mongodb-version: [4]
22+
mongodb-version: [6]
2323
steps:
2424
- name: Git checkout
2525
uses: actions/checkout@v4
@@ -29,7 +29,7 @@ jobs:
2929
node-version: ${{ matrix.node-version }}
3030
cache: "npm"
3131
- name: Start MongoDB
32-
uses: supercharge/mongodb-github-action@1.10.0
32+
uses: supercharge/mongodb-github-action@1.11.0
3333
with:
3434
mongodb-version: ${{ matrix.mongodb-version }}
3535
- name: Download localisations

0 commit comments

Comments
 (0)