Skip to content

Commit

Permalink
update cli version to latest (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotCamblor authored Aug 28, 2024
1 parent e54dc5b commit 61c2704
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 @@ -32,7 +32,7 @@ export async function run() {
const baseBranch = pullRequest.base.ref
const headBranch = pullRequest.head.ref

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

const prLink = pullRequest?.html_url
const prLinkArgs = prLink ? ['--pr-link', prLink] : []
Expand Down

0 comments on commit 61c2704

Please sign in to comment.