Update ensureCli.ts

This commit is contained in:
Andrew Eisenberg
2022-02-05 17:22:10 -08:00
parent 867ee530b1
commit 5d9f80cce8

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