Skip to content

Commit

Permalink
Downgrade hedera-local-node version to fix failing PR check (Build …
Browse files Browse the repository at this point in the history
…/ test (pull_request)) (#1625)

Signed-off-by: Nikita Lebedev <[email protected]>
  • Loading branch information
thenswan authored Oct 16, 2023
1 parent cf1c1e3 commit bf54aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
${{ runner.os }}-gradle-
- name: Start the local node
run: npx @hashgraph/hedera-local start -d --network local
run: npx @hashgraph/hedera-local@2.13.0 start -d --network local

- name: Run Tests
env:
Expand Down

0 comments on commit bf54aa5

Please sign in to comment.