From 0fb628e1c4005eea048f46d8c710346035802799 Mon Sep 17 00:00:00 2001 From: Ben West Date: Fri, 27 Feb 2026 14:53:30 -0800 Subject: [PATCH] Update CI matrix to test Node 16, 20, 22 - Remove lts/* (redundant with explicit versions) - Add Node 16 for backwards compatibility testing - Skip Node 18 (flaky tests, will be fixed in MongoDB PR) - Keep MongoDB 4.4, 5.0, 6.0 matrix Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 26c19ff3..0f07caab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [20, 22, lts/*] + node-version: [16, 20, 22] mongodb-version: [4.4, 5.0, 6.0] steps: