Skip to content

Commit

Permalink
upgrade mongodb driver to v6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun committed Oct 24, 2023
1 parent 4460a3f commit 506fbb1
Show file tree
Hide file tree
Showing 3 changed files with 2,196 additions and 954 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -7,20 +7,20 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x]
mongodb-version: ['4.4', '5.0', '6.0']

steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.9.0
uses: supercharge/mongodb-github-action@1.10.0
with:
mongodb-version: ${{ matrix.mongodb-version }}

Expand Down

0 comments on commit 506fbb1

Please sign in to comment.