Skip to content

Commit

Permalink
Merge pull request #730 from ethereum/update-hardhat-cimg
Browse files Browse the repository at this point in the history
Update hardhat docker images
  • Loading branch information
cameel committed Mar 8, 2024
2 parents 72d67e2 + b2fb96e commit 6c2d135
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .circleci/config.yml
Expand Up @@ -39,6 +39,12 @@ commands:
yarn --version
pnpm version || >&2 echo "pnpm not installed"
install-pnpm:
steps:
- run:
name: Install pnpm
command: sudo npm install -g pnpm

update-npm:
steps:
- run:
Expand Down Expand Up @@ -255,9 +261,12 @@ jobs:
hardhat-core-default-solc:
# Runs out of memory on 'medium'.
resource_class: medium+
environment:
NODE_OPTIONS: "--max-old-space-size=4096"
docker:
- image: cimg/node:current
- image: cimg/rust:1.74.0-node
steps:
- install-pnpm
- show-npm-version
- attach_workspace:
at: workspace
Expand Down Expand Up @@ -285,8 +294,9 @@ jobs:
hardhat-core-latest-solc:
docker:
- image: cimg/node:current
- image: cimg/rust:1.74.0-node
steps:
- install-pnpm
- show-npm-version
- attach_workspace:
at: workspace
Expand Down

0 comments on commit 6c2d135

Please sign in to comment.