Skip to content

Commit

Permalink
fix step name
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Harby committed Jun 20, 2023
1 parent 3f572d6 commit ee06076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/grid_client_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: ${{ env.NETWORK == 'main' }}
with:
ref: refs/tags/v0.0.1
- name: Set up node 16
- name: Set up node 18
uses: actions/setup-node@v2
with:
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/grid_client_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
MNEMONIC: ${{ secrets.MNEMONIC }}
steps:
- uses: actions/checkout@v2
- name: Set up node 16
- name: Set up node 18
uses: actions/setup-node@v2
with:
node-version: 18
Expand Down

0 comments on commit ee06076

Please sign in to comment.