From f61477ba0800f30e0fa9f7fb05e2aeb460ec7999 Mon Sep 17 00:00:00 2001 From: denislav-mladenov Date: Thu, 18 Jul 2024 11:23:29 +0300 Subject: [PATCH] Testing deployment --- .github/workflows/2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"