Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
define fixed version for solo
  • Loading branch information
hendrikebbers authored Sep 30, 2024
1 parent 2d97f33 commit f893583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ runs:

- name: Install Solo
shell: bash
run: npm install -g @hashgraph/solo
run: npm install -g @hashgraph/solo@0.28.1

- name: Deploy Solo Test Network
shell: bash
Expand Down Expand Up @@ -96,4 +96,4 @@ runs:
# Ref: https://haya14busa.github.io/github-action-brandings/
branding:
icon: 'share-2'
color: 'black'
color: 'black'

0 comments on commit f893583

Please sign in to comment.