openhab / openhabian

openHABian - empowering the smart home, for Raspberry Pi and Debian systems
https://community.openhab.org/t/13379
ISC License
818 stars 251 forks source link

Update NodeJS installed check & armv6l NodeJS install #1724

Closed florian-h05 closed 1 year ago

florian-h05 commented 1 year ago

Fixes #1722.

Changes

Updates the node_is_installed check from v14 to v16. Install NodeJS v16 instead of v14 on armv6l.

Testing

Should not require much testing, as openHABian is on NodeJS v16 since mid of June this year. Futhermore, as described in #1722, all dependencies should run on NodeJS v16.

@mstormi The installation of v16 on armv6l is something I can‘t test due to the lack of such hardware. WDYT?

florian-h05 commented 1 year ago

I tested the check, it now correctly recognizes that NodeJS v16 is installed. I am unable to test whether the installation of NodeJS v16 on armv61 is working due to the lack of hardware.