Skip to content

Commit

Permalink
fix: update dist to use devcycle/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalkapasi committed Aug 13, 2024
1 parent e3295b1 commit 206bcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function run() {
}
const baseBranch = pullRequest.base.ref;
const headBranch = pullRequest.head.ref;
yield (0, exec_1.exec)('npm', ['install', '-g', '@devcycle/[email protected].4']);
yield (0, exec_1.exec)('npm', ['install', '-g', '@devcycle/[email protected].13']);
const prLink = pullRequest === null || pullRequest === void 0 ? void 0 : pullRequest.html_url;
const prLinkArgs = prLink ? ['--pr-link', prLink] : [];
const authArgs = projectKey && clientId && clientSecret
Expand Down

0 comments on commit 206bcda

Please sign in to comment.