Skip to content

Commit

Permalink
Update hardhat docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
r0qs committed Mar 5, 2024
1 parent 72d67e2 commit b2fb96e
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 b2fb96e

Please sign in to comment.