From 31aa6c7184209def47b0552f1f8a3c7cac6adb2c Mon Sep 17 00:00:00 2001 From: Kaushal Kapasi <91074031+kaushalkapasi@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:25:54 -0400 Subject: [PATCH] chore: update @devcycle/cli to 5.14.13 (#92) --- src/action.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/action.ts b/src/action.ts index 37b7143..e937e53 100644 --- a/src/action.ts +++ b/src/action.ts @@ -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] : []