Skip to content

Commit

Permalink
Updated hardhat version
Browse files Browse the repository at this point in the history
Signed-off-by: artem.ivanov <[email protected]>
  • Loading branch information
Artemkaaas committed Jan 30, 2024
1 parent 4a214f2 commit c839d5d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13,857 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/indy-besu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: "20.x"
- name: Install dependencies
run: yarn install
working-directory: smart_contracts
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: "20.x"
- name: Install dependencies
run: yarn install
working-directory: smart_contracts
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: "20.x"
- name: Install dependencies
run: yarn add hardhat
working-directory: smart_contracts
Expand Down
Loading

0 comments on commit c839d5d

Please sign in to comment.