We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1996a3d commit f94062aCopy full SHA for f94062a
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
matrix:
21
node-version: [20.x]
22
- mongodb-version: [4]
+ mongodb-version: [6]
23
steps:
24
- name: Git checkout
25
uses: actions/checkout@v4
@@ -29,7 +29,7 @@ jobs:
29
node-version: ${{ matrix.node-version }}
30
cache: "npm"
31
- name: Start MongoDB
32
- uses: supercharge/mongodb-github-action@1.10.0
+ uses: supercharge/mongodb-github-action@1.11.0
33
with:
34
mongodb-version: ${{ matrix.mongodb-version }}
35
- name: Download localisations
0 commit comments