mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
Testing deployment
This commit is contained in:
parent
a8a547782c
commit
86f3e9d356
1 changed files with 1 additions and 1 deletions
2
.github/workflows/1.yml
vendored
2
.github/workflows/1.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue