Skip to content

Commit

Permalink
chore: upgrade node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
filo87 committed Aug 28, 2024
1 parent c91fc4a commit d57d2bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/subql_multi_deploy_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
subql_deploy_workflow:
runs-on: ubuntu-latest
env:
SUBQL_CFG_INDEXER_VERSION: "v5.1.0"
SUBQL_ETH_INDEXER_VERSION: "v5.1.1"
SUBQL_CFG_INDEXER_VERSION: "v5.2.3"
SUBQL_ETH_INDEXER_VERSION: "v5.1.3"
CHAIN_ID: ${{ inputs.chainId }}
SUBQL_ACCESS_TOKEN: ${{ secrets.accessToken }}
SUBQL_PROJ_ORG: ${{ inputs.projOrg }}
Expand Down

0 comments on commit d57d2bf

Please sign in to comment.