Skip to content

Commit d4d9ca0

Browse files
committed
chore(github-workflow): upgrade hedera-local version
Signed-off-by: Ricky Saechao <[email protected]>
1 parent 0ae0518 commit d4d9ca0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/swift-ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
restore-keys: |
6060
${{ runner.os }}-${{ matrix.swift }}-spm-
6161
62+
- name: Install Local Node
63+
run: npm install @hashgraph/[email protected]
64+
6265
- name: "Create env file"
6366
run: |
6467
touch .env
@@ -69,10 +72,10 @@ jobs:
6972
cat .env
7073
7174
- name: Start the local node
72-
run: npx @hashgraph/hedera-local@2.13.0 start -d --network local
75+
run: npx @hashgraph/hedera-local start -d --network local
7376

7477
- name: Test
7578
run: swift test
7679

7780
- name: Stop the local node
78-
run: npx @hashgraph/hedera-local@2.13.0 stop
81+
run: npx @hashgraph/hedera-local stop

0 commit comments

Comments
 (0)