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