Skip to content

Commit

Permalink
update cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajwootto committed Apr 24, 2024
1 parent 899c364 commit 98fc0b2
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.10.1'])
await exec('npm', ['install', '-g', '@devcycle/cli@5.14.5'])

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

0 comments on commit 98fc0b2

Please sign in to comment.