Skip to content

Commit

Permalink
feat: replace cdk-log-parser tag with semver notation
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-clickup committed Apr 30, 2024
1 parent e63533f commit 9557710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdk-diff-workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export module cdkDiffWorkflow {
}

export function AddCdkLogParserDependency(pkg: NodePackage) {
pkg.addDevDeps('@time-loop/cdk-log-parser@latest');
pkg.addDevDeps('@time-loop/cdk-log-parser@^0.0.18');
}

export function addOidcRoleStack(project: clickupCdk.ClickUpCdkTypeScriptApp): void {
Expand Down

0 comments on commit 9557710

Please sign in to comment.