CI: Test only Node 20 and 22

Node 16 EOL was September 2023. Docker image uses Node 22.
Reduces CI matrix from 9 to 6 jobs.
This commit is contained in:
Ben West
2026-03-01 12:30:27 -08:00
parent 4130f325c5
commit b8aec4429c
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 20, 22]
node-version: [20, 22]
mongodb-version: [4.4, 5.0, 6.0]
steps: