diff --git a/dist/index.js b/dist/index.js index 4fbc87a..ddda4a8 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.2.10']); + yield (0, exec_1.exec)('npm', ['install', '-g', '@devcycle/cli@4.2.11']); 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 1e8c8ce..696546b 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.2.10']) + await exec('npm', ['install', '-g', '@devcycle/cli@4.2.11']) const output = await getExecOutput( 'dvc',