Skip to content

Commit

Permalink
update to latest cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotCamblor committed Aug 28, 2024
1 parent 5cee0c1 commit 4934090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export async function run() {
}

try {
await exec('npm', ['install', '-g', '@devcycle/cli@5.14.9'])
await exec('npm', ['install', '-g', '@devcycle/cli@5.16.2'])

const output = await getExecOutput(
'dvc',
Expand Down

0 comments on commit 4934090

Please sign in to comment.