npm install --save-dev hardhat

This commit is contained in:
Ruslan Gladov 2024-06-14 11:12:45 +03:00
parent 1ff130720a
commit b9e53d9808

View file

@ -32,8 +32,7 @@ jobs:
node-version: '20'
- name: Install dependencies
run: npm install
working-directory: ./go-ethereum/hardhat/package.json
run: npm install --save-dev hardhat
- name: Run local devnet
run: |