MinaProtocol / mina

Mina is a cryptocurrency protocol with a constant size blockchain, improving scaling while maintaining decentralization and security.
https://minaprotocol.com
Apache License 2.0
1.99k stars 529 forks source link

Make nodeJS a proper dependency of snarkyjs integration test #12381

Closed mitschabaude closed 1 year ago

mitschabaude commented 1 year ago

It seems to me that to solve this, we need to find a proper way to ensure nodeJS is available on the machine that runs the integration test.

mitschabaude commented 1 year ago

I guess this is resolved by different means now