mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
- Change engines.node from '^22.x || ^20.x' to '>=16.x' - Change engines.npm from '>=10.x' to '>=8.x' - Update runtime checkNodeVersion to allow Node 16+ - Creates overlap with previous release (^16.x || ^14.x) This allows users on Node 16/18 to upgrade smoothly while recommending Node 20 or 22 LTS for best support. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>