Closed n0rt0nthec4t closed 1 year ago
Looking at the changes between v1.1.5 and v1.1.6, especially https://github.com/homebridge/ciao/compare/v1.1.5...v1.1.6#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R73-R75 I could imagine a typo. I'd expect the intent was not to limit engines to Node 14, but to a node version larger than or equal to Node 14:
{
...
"engines": {
"node": ">=14"
}
}
Current Situation
performing an npm update command issues unsupported engine warning with CIAO v1.1.6 library
Logs
Configuration
Environment
Process Supervisor
not applicable
Additional Context
No response