Skip to content

Commit

Permalink
chore: update @devcycle/cli to 5.14.13 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalkapasi authored Jun 26, 2024
1 parent 4f10483 commit 31aa6c7
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.4'])
await exec('npm', ['install', '-g', '@devcycle/cli@5.14.13'])

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

0 comments on commit 31aa6c7

Please sign in to comment.