Testing deployment

This commit is contained in:
denislav-mladenov 2024-07-18 10:55:07 +03:00
parent 47450d1d12
commit b41605d127

View file

@ -60,7 +60,7 @@ jobs:
- name: Installing the required Node.js and npm - name: Installing the required Node.js and npm
run: | run: |
docker exec go-ethereum apt-get install -y nodejs docker exec go-ethereum apk add -y nodejs
- name: Installation of hardhat - name: Installation of hardhat
run: docker exec go-ethereum sh -c "cd /workspace/hardhat && npm install --save-dev hardhat && npm install ethers@5" run: docker exec go-ethereum sh -c "cd /workspace/hardhat && npm install --save-dev hardhat && npm install ethers@5"