Chris-656 / ioBroker.fitbit-fitness

Retrieves Fitbit data
https://forum.iobroker.net/topic/52852/fitbit-adapter-new
MIT License
3 stars 5 forks source link

Adapter test-and-relase to supported node versions #16

Closed mcm1957 closed 1 year ago

mcm1957 commented 1 year ago

Any adapter listed at latest or stable repository MUST use the standard github based tests provides by test-and-release worklow. And of course those tests must pass (green mark at github main page)

This adapter still tries to use node 12 and 14 which are no longer supported.

see PR https://github.com/Chris-656/ioBroker.fitbit-fitness/pull/15 for a fix

mcm1957 commented 1 year ago

fixed with https://github.com/Chris-656/ioBroker.fitbit-fitness/pull/15