Skip to content

Commit

Permalink
ci: use mongodb 6 for build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Aug 24, 2024
1 parent 1996a3d commit f94062a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
node-version: [20.x]
mongodb-version: [4]
mongodb-version: [6]
steps:
- name: Git checkout
uses: actions/checkout@v4
Expand All @@ -29,7 +29,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "npm"
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.10.0
uses: supercharge/mongodb-github-action@1.11.0
with:
mongodb-version: ${{ matrix.mongodb-version }}
- name: Download localisations
Expand Down

0 comments on commit f94062a

Please sign in to comment.