Skip to content

Commit

Permalink
update the build too (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotCamblor authored Aug 28, 2024
1 parent 409aeee commit e262742
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 @@ -63,7 +63,7 @@ function run() {
return;
}
try {
yield (0, exec_1.exec)('npm', ['install', '-g', '@devcycle/cli@5.14.9']);
yield (0, exec_1.exec)('npm', ['install', '-g', '@devcycle/cli@5.16.2']);
const output = yield (0, exec_1.getExecOutput)('dvc', ['usages', '--format', 'json', '--caller', DVC_IDENTIFIER]);
const variables = JSON.parse(output.stdout);
yield action.postCodeUsages(variables);
Expand Down

0 comments on commit e262742

Please sign in to comment.