From f95a02956b57123f3dfd740a527797aeee7c5c9b Mon Sep 17 00:00:00 2001 From: Thomas Boutell Date: Wed, 13 Mar 2024 13:24:09 -0400 Subject: [PATCH] test supported versions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: