diff --git a/dist/index.js b/dist/index.js index fe3697a..76a48c4 100644 --- a/dist/index.js +++ b/dist/index.js @@ -69,7 +69,7 @@ async function run() { return; } try { - await (0, exec_1.exec)('npm', ['install', '-g', '@devcycle/cli@6.3.0']); + await (0, exec_1.exec)('npm', ['install', '-g', '@devcycle/cli@6.3.2']); const output = await (0, exec_1.getExecOutput)('dvc', [ 'usages', '--format', diff --git a/src/action.ts b/src/action.ts index 1c3bcb0..6094448 100644 --- a/src/action.ts +++ b/src/action.ts @@ -30,7 +30,7 @@ export async function run() { } try { - await exec('npm', ['install', '-g', '@devcycle/cli@6.3.0']) + await exec('npm', ['install', '-g', '@devcycle/cli@6.3.2']) const output = await getExecOutput('dvc', [ 'usages',