diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68fa080..e2260b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,10 @@ jobs: strategy: matrix: node-version: [20.x] + mongodb: + image: mongo:6.0 + ports: + - 27017:27017 steps: - name: Checkout repository uses: actions/checkout@v4