mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
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>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user