Skip to content

Commit

Permalink
Update grid nightly client versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedHanafy725 committed Sep 28, 2023
1 parent b96f9e8 commit 712bdc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/grid_client_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
- uses: actions/checkout@v2
if: ${{ env.NETWORK == 'qa' }}
with:
ref: refs/tags/v2.0.0
ref: refs/tags/v2.1.1
- uses: actions/checkout@v2
if: ${{ env.NETWORK == 'test' }}
with:
ref: refs/tags/v2.0.0
ref: refs/tags/v2.1.1
- uses: actions/checkout@v2
if: ${{ env.NETWORK == 'main' }}
with:
ref: refs/tags/v2.0.0
ref: refs/tags/v2.1.1
- name: Set up node 18
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 712bdc5

Please sign in to comment.