mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
commit
445656070e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci-deploy.yml
vendored
1
.github/workflows/ci-deploy.yml
vendored
|
|
@ -42,6 +42,7 @@ jobs:
|
||||||
sudo apt install -y curl
|
sudo apt install -y curl
|
||||||
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
|
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
|
||||||
sudo apt install -y nodejs
|
sudo apt install -y nodejs
|
||||||
|
sudo npm install web3
|
||||||
|
|
||||||
- name: Deploy contract to devnet
|
- name: Deploy contract to devnet
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue