diff --git a/dist/index.js b/dist/index.js index f812235..385f38c 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@5.14.9']); + yield (0, exec_1.exec)('npm', ['install', '-g', '@devcycle/cli@5.16.2']); const output = yield (0, exec_1.getExecOutput)('dvc', ['usages', '--format', 'json', '--caller', DVC_IDENTIFIER]); const variables = JSON.parse(output.stdout); yield action.postCodeUsages(variables);