Skip to content

Commit

Permalink
Bump cli to 4.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Warr committed May 1, 2023
1 parent 28e224e commit f9fd808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/[email protected].10']);
yield (0, exec_1.exec)('npm', ['install', '-g', '@devcycle/[email protected].11']);
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
2 changes: 1 addition & 1 deletion src/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export async function run() {
}

try {
await exec('npm', ['install', '-g', '@devcycle/[email protected].10'])
await exec('npm', ['install', '-g', '@devcycle/[email protected].11'])

const output = await getExecOutput(
'dvc',
Expand Down

0 comments on commit f9fd808

Please sign in to comment.