Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set Node.js version to
18.15.0
(#3633)
We want to prevent the problem with generation of artifacts during execution of the `hardhat compile` command (part of `yarn deploy`). We saw in other project that sometimes command was not not generating expected artifacts. The problem is caused by the process silently quitting, which is related to the used version of Node (as described in NomicFoundation/hardhat#3877). We've confirmed the problem is reproducible on `v18.16.0`, now we're downgrading to `v18.15.0` to fix the issue. Refs: #3595 threshold-network/solidity-contracts#145
- Loading branch information