kBrausew / ioBroker.wiegand-tcpip

wiegand TCP/IP Contollers (e.g. UHPPOTE)
GNU General Public License v3.0
6 stars 4 forks source link

IMPORTANT: Please fix testing - add node.js 18.x and 20.x tests #16

Closed mcm1957 closed 3 weeks ago

mcm1957 commented 4 weeks ago

Github based testing MUST be done as following

As engines clause states >= 18 at package.json please adapter test matrix to test at 18.x, 20.x and 22.x

In addition your tests are failing due to an invalid package-lock.json file. Please fix (i.e. by executing npm install within working directory to rebuild this file)

mcm1957 commented 4 weeks ago

Shpuld be fixed by PR https://github.com/kBrausew/ioBroker.wiegand-tcpip/pull/18

kBrausew commented 3 weeks ago

closed with PR#18 merge