diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6099e04..b51bcea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,8 +20,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12, 14, 16] - mongodb-version: [4.2, 4.4, 5.0] + node-version: [18, 20] + mongodb-version: [5.0, 6.0, 7.0] # Steps represent a sequence of tasks that will be executed as part of the job steps: