|
69 | 69 |
|
70 | 70 | - uses: actions/setup-node@v3
|
71 | 71 | with:
|
72 |
| - node-version: "18.x" |
| 72 | + # Using fixed version, because 18.16 was sometimes causing issues with |
| 73 | + # artifacts generation during `hardhat compile` - see |
| 74 | + # https://github.com/NomicFoundation/hardhat/issues/3877 |
| 75 | + node-version: "18.15.0" |
73 | 76 | cache: "yarn"
|
74 | 77 | cache-dependency-path: solidity/random-beacon/yarn.lock
|
75 | 78 |
|
|
96 | 99 |
|
97 | 100 | - uses: actions/setup-node@v3
|
98 | 101 | with:
|
99 |
| - node-version: "18.x" |
| 102 | + # Using fixed version, because 18.16 was sometimes causing issues with |
| 103 | + # artifacts generation during `hardhat compile` - see |
| 104 | + # https://github.com/NomicFoundation/hardhat/issues/3877 |
| 105 | + node-version: "18.15.0" |
100 | 106 | cache: "yarn"
|
101 | 107 | cache-dependency-path: solidity/random-beacon/yarn.lock
|
102 | 108 |
|
@@ -137,7 +143,10 @@ jobs:
|
137 | 143 |
|
138 | 144 | - uses: actions/setup-node@v3
|
139 | 145 | with:
|
140 |
| - node-version: "18.x" |
| 146 | + # Using fixed version, because 18.16 was sometimes causing issues with |
| 147 | + # artifacts generation during `hardhat compile` - see |
| 148 | + # https://github.com/NomicFoundation/hardhat/issues/3877 |
| 149 | + node-version: "18.15.0" |
141 | 150 | cache: "yarn"
|
142 | 151 | cache-dependency-path: solidity/random-beacon/yarn.lock
|
143 | 152 |
|
@@ -165,7 +174,10 @@ jobs:
|
165 | 174 |
|
166 | 175 | - uses: actions/setup-node@v3
|
167 | 176 | with:
|
168 |
| - node-version: "18.x" |
| 177 | + # Using fixed version, because 18.16 was sometimes causing issues with |
| 178 | + # artifacts generation during `hardhat compile` - see |
| 179 | + # https://github.com/NomicFoundation/hardhat/issues/3877 |
| 180 | + node-version: "18.15.0" |
169 | 181 | cache: "yarn"
|
170 | 182 | cache-dependency-path: solidity/random-beacon/yarn.lock
|
171 | 183 |
|
@@ -196,7 +208,10 @@ jobs:
|
196 | 208 |
|
197 | 209 | - uses: actions/setup-node@v3
|
198 | 210 | with:
|
199 |
| - node-version: "18.x" |
| 211 | + # Using fixed version, because 18.16 was sometimes causing issues with |
| 212 | + # artifacts generation during `hardhat compile` - see |
| 213 | + # https://github.com/NomicFoundation/hardhat/issues/3877 |
| 214 | + node-version: "18.15.0" |
200 | 215 | cache: "yarn"
|
201 | 216 | cache-dependency-path: solidity/random-beacon/yarn.lock
|
202 | 217 | registry-url: "https://registry.npmjs.org"
|
@@ -292,7 +307,10 @@ jobs:
|
292 | 307 |
|
293 | 308 | - uses: actions/setup-node@v3
|
294 | 309 | with:
|
295 |
| - node-version: "18.x" |
| 310 | + # Using fixed version, because 18.16 was sometimes causing issues with |
| 311 | + # artifacts generation during `hardhat compile` - see |
| 312 | + # https://github.com/NomicFoundation/hardhat/issues/3877 |
| 313 | + node-version: "18.15.0" |
296 | 314 | cache: "yarn"
|
297 | 315 | cache-dependency-path: solidity/random-beacon/yarn.lock
|
298 | 316 | registry-url: "https://registry.npmjs.org"
|
|
0 commit comments