File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,12 @@ commands:
39
39
yarn --version
40
40
pnpm version || >&2 echo "pnpm not installed"
41
41
42
+ install-pnpm :
43
+ steps :
44
+ - run :
45
+ name : Install pnpm
46
+ command : sudo npm install -g pnpm
47
+
42
48
update-npm :
43
49
steps :
44
50
- run :
@@ -255,9 +261,12 @@ jobs:
255
261
hardhat-core-default-solc :
256
262
# Runs out of memory on 'medium'.
257
263
resource_class : medium+
264
+ environment :
265
+ NODE_OPTIONS : " --max-old-space-size=4096"
258
266
docker :
259
- - image : cimg/node:current
267
+ - image : cimg/rust:1.74.0-node
260
268
steps :
269
+ - install-pnpm
261
270
- show-npm-version
262
271
- attach_workspace :
263
272
at : workspace
@@ -285,8 +294,9 @@ jobs:
285
294
286
295
hardhat-core-latest-solc :
287
296
docker :
288
- - image : cimg/node:current
297
+ - image : cimg/rust:1.74.0-node
289
298
steps :
299
+ - install-pnpm
290
300
- show-npm-version
291
301
- attach_workspace :
292
302
at : workspace
You can’t perform that action at this time.
0 commit comments