Commit 720e94b
committed
Set Node.js version to
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 descibed 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.18.15.0
1 parent 3592b22 commit 720e94b
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
0 commit comments