From 6d35f57718a1e7495cc0f86cee207fa50ed0aa09 Mon Sep 17 00:00:00 2001 From: Laura Warr Date: Fri, 15 Sep 2023 16:09:14 -0400 Subject: [PATCH] chore: Update CLI to 5.10.1 --- dist/index.js | 2 +- src/action.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 1fdc3be..62331fd 100644 --- a/dist/index.js +++ b/dist/index.js @@ -63,7 +63,7 @@ function run() { return; } try { - yield (0, exec_1.exec)('npm', ['install', '-g', '@devcycle/cli@4.3.0']); + yield (0, exec_1.exec)('npm', ['install', '-g', '@devcycle/cli@5.10.1']); const output = yield (0, exec_1.getExecOutput)('dvc', ['usages', '--format', 'json', '--caller', DVC_IDENTIFIER]); const variables = JSON.parse(output.stdout); yield action.postCodeUsages(variables); diff --git a/src/action.ts b/src/action.ts index 0a8f359..c33996f 100644 --- a/src/action.ts +++ b/src/action.ts @@ -26,7 +26,7 @@ export async function run() { } try { - await exec('npm', ['install', '-g', '@devcycle/cli@4.3.0']) + await exec('npm', ['install', '-g', '@devcycle/cli@5.10.1']) const output = await getExecOutput( 'dvc',