Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,12 +249,13 @@ jobs:

- name: Prepare Hiero Solo (DUAL MODE)
id: solo
uses: hiero-ledger/hiero-solo-action@4d42a74e8e644a2753f3bb7a2afa429305375b14 # v0.16
uses: hiero-ledger/hiero-solo-action@692b186bd2e4c8d46b9deb1c067dc6ddcf0abcd7 # v0.16
Comment thread
SimiHunjan marked this conversation as resolved.
with:
installMirrorNode: true
dualMode: true
hieroVersion: v0.68.0
mirrorNodeVersion: v0.142.0
hieroVersion: v0.72.0
mirrorNodeVersion: v0.151.0
soloVersion: v0.67.0

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the 'v' to match npm package naming conventions. I guess it should be something like soloVersion: "0.67.0"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this required? i see other SDK teams have use the "v" in defining the versions. Ex: https://github.com/hiero-ledger/hiero-sdk-swift/pull/593/changes.


- name: Build SDK
run: ./gradlew assemble
Expand Down
Loading