Bump CLI version to 2.10.4 for integration tests

This commit is contained in:
shati-patel
2022-08-31 13:40:49 +01:00
committed by Edoardo Pirovano
parent cf36a52762
commit 7d2e4b6de4
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
version: ['v2.6.3', 'v2.7.6', 'v2.8.5', 'v2.9.4', 'v2.10.3', 'nightly']
version: ['v2.6.3', 'v2.7.6', 'v2.8.5', 'v2.9.4', 'v2.10.4', 'nightly']
env:
CLI_VERSION: ${{ matrix.version }}
NIGHTLY_URL: ${{ needs.find-nightly.outputs.url }}

View File

@@ -44,7 +44,7 @@ const _10MB = _1MB * 10;
// CLI version to test. Hard code the latest as default. And be sure
// to update the env if it is not otherwise set.
const CLI_VERSION = process.env.CLI_VERSION || 'v2.10.3';
const CLI_VERSION = process.env.CLI_VERSION || 'v2.10.4';
process.env.CLI_VERSION = CLI_VERSION;
// Base dir where CLIs will be downloaded into