diff --git a/.github/workflows/1.yml b/.github/workflows/1.yml index 60739a88b7..eff71fb177 100644 --- a/.github/workflows/1.yml +++ b/.github/workflows/1.yml @@ -63,7 +63,7 @@ jobs: docker exec go-ethereum apk add --no-cache nodejs npm - name: Installation of hardhat - run: docker exec go-ethereum sh -c "cd /workspace/hardhat && npm install --save-dev hardhat" + run: docker exec go-ethereum sh -c "cd /workspace/hardhat && npm install --save-dev hardhat && npm install ethers@5" - name: Checking the hardhat version to verify that its working properly run: docker exec go-ethereum npx hardhat --version