openhab / openhab-js

openHAB JavaScript Library for JavaScript Scripting Automation
https://www.openhab.org/addons/automation/jsscripting/
Eclipse Public License 2.0
38 stars 31 forks source link

Downgrade NodeJS version & Improve markdownlint workflow #172

Closed florian-h05 closed 1 year ago

florian-h05 commented 1 year ago

Reference https://github.com/openhab/openhab-addons/pull/13714

Signed-off-by: Florian Hotze florianh_dev@icloud.com

florian-h05 commented 1 year ago

@digitaldan After I had to downgrade GraalJS in JS Scripting, the NodeJS version changed again, now to 14.18.1 — I also downgraded our library. But I am wondering, whether it is required or should be the case that the library is developed on the same NodeJS version that the addon is using, or if it is completely okay to develop the library on NodeJS 16 and use it on 14.

florian-h05 commented 1 year ago

Replaced by https://github.com/openhab/openhab-js/pull/178.