From b41605d1274f00a4f2c1c7fa8e37c3f794c86a3b Mon Sep 17 00:00:00 2001 From: denislav-mladenov Date: Thu, 18 Jul 2024 10:55:07 +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 bfad06501b..850a440ae6 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 apt-get install -y nodejs + docker exec go-ethereum apk add -y nodejs - name: Installation of hardhat run: docker exec go-ethereum sh -c "cd /workspace/hardhat && npm install --save-dev hardhat && npm install ethers@5"