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
b41605d127
commit
f61477ba08
1 changed files with 1 additions and 1 deletions
2
.github/workflows/2.yml
vendored
2
.github/workflows/2.yml
vendored
|
|
@ -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 apk add -y nodejs
|
docker exec go-ethereum apk add --no-cache nodejs npm
|
||||||
|
|
||||||
- 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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue