jperkin / node-rpio

Raspberry Pi GPIO library for node.js
856 stars 123 forks source link

Update min version of nan dependency to 2.18.0 #180

Open michaelgambold opened 6 months ago

michaelgambold commented 6 months ago

Description

Update nan dependency to 2.18.0 (latest). Version 2.17.0 is the minimum required to overcome the AccessorSignatures issue when using Node 20. Dependencies added with Node 14 to keep old version of package.lock.json.

Added CI config for Node 16/18 as by now LTS is probably using version 20 and don't want any regressions with previous versions.

Updated documentation with versions of node supported as I have verified and used this library with these versions.