Skip to content

Commit

Permalink
Bump node to 1.27.0 in docker e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Jun 8, 2021
1 parent e4b1e88 commit ced607f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
nodeTag:
description: 'Node tag (docker)'
required: true
default: '1.26.2'
default: '1.27.0'
walletTag:
description: 'Wallet tag (docker)'
required: true
Expand Down Expand Up @@ -96,4 +96,4 @@ jobs:
TESTS_E2E_FIXTURES: ${{ secrets.TESTS_E2E_FIXTURES }}
NETWORK: testnet
WALLET: dev-master
NODE: 1.26.2
NODE: 1.27.0

0 comments on commit ced607f

Please sign in to comment.