diff --git a/.github/workflows/2.yml b/.github/workflows/2.yml index 850a440ae6..6246acbc3d 100644 --- a/.github/workflows/2.yml +++ b/.github/workflows/2.yml @@ -60,7 +60,7 @@ jobs: - name: Installing the required Node.js and npm run: | - docker exec go-ethereum apk add -y nodejs + 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 && npm install ethers@5"