webb-tools / relayer

🕸️ The Webb Relayer Network
https://webb-tools.github.io/relayer/
Apache License 2.0
22 stars 13 forks source link

[TASK] Upgrade tests to use Node 18 #456

Closed Nutomic closed 1 year ago

Nutomic commented 1 year ago

New versions of substrate js require Node 18, but our tests still use version 16. This upgrade requires upgrading a number of dependencies across webb js packages.

This is required for https://github.com/webb-tools/relayer/issues/364.

shekohex commented 1 year ago

Is this done by https://github.com/webb-tools/webb.js/issues/312 ?

salman01zp commented 1 year ago

Yes.. There was a build issue with the dkg-types package. I have pushed a new version v0.0.4 which should fix it.