Merge pull request #14 from zkokk/deploy

npm install --save-dev hardhat
This commit is contained in:
zkokk 2024-06-14 11:13:50 +03:00 committed by GitHub
commit 5f1a113b83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |