Update CLI version in ensureCli.ts

This commit is contained in:
shati-patel
2021-10-28 10:57:45 +01:00
committed by Shati Patel
parent 9b90579160
commit 8317f39459

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.6.3';
const CLI_VERSION = process.env.CLI_VERSION || 'v2.7.0';
process.env.CLI_VERSION = CLI_VERSION;
// Base dir where CLIs will be downloaded into