node-red-quantum / node-red-contrib-quantum

Quantum computing functionality for Node-RED
https://node-red-quantum.github.io/
Apache License 2.0
18 stars 2 forks source link

Upgrading to Node-RED 2.0 #121

Open louislefevre opened 3 years ago

louislefevre commented 3 years ago

Enhancement Description

Node-RED 2.0 was released in July 2021, as described here. Given that this is the next major version of Node-RED, we should eventually consider ensuring that our node library is compatible and makes use of any new features we might find useful.

Perhaps we could test this soon and we might get lucky and everything works just fine immediately. However, if that isn't the case and any required fixes aren't trivial to implement, I'd probably leave this for future development and not deal with this any time soon.

It's worth noting that the minimum required version of Node.js would increase to Node.js 12.17.x, as Node-RED 2.0 requires that version at a minimum.

louislefevre commented 3 years ago

Tested this locally, passes all tests and nothing seems to break.