mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Merge pull request #14 from zkokk/deploy
npm install --save-dev hardhat
This commit is contained in:
commit
5f1a113b83
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci_deploy.yaml
vendored
3
.github/workflows/ci_deploy.yaml
vendored
|
|
@ -32,8 +32,7 @@ jobs:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install --save-dev hardhat
|
||||||
working-directory: ./go-ethereum/hardhat/package.json
|
|
||||||
|
|
||||||
- name: Run local devnet
|
- name: Run local devnet
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue