diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b5e483a5..50914fcd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: restore-keys: | ${{ runner.os }}-node- - name: MongoDB in GitHub Actions - uses: supercharge/mongodb-github-action@1.11.0 + uses: supercharge/mongodb-github-action@1.12.0 with: mongodb-version: ${{ matrix.mongodb-version }} - name: npm install, build, test and doc