Skip to content

Commit

Permalink
chore: self mutation
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <[email protected]>
  • Loading branch information
github-actions committed May 11, 2024
1 parent cdeebd4 commit 6c64a43
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/cdk-diff-workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export module cdkDiffWorkflow {
with: {
version: options.pnpmVersion ?? '9',
},
}
};

const defaultWorkflow = {
name: 'cdk-diff',
Expand Down Expand Up @@ -62,7 +62,7 @@ export module cdkDiffWorkflow {
'node-version': options.nodeVersion ?? parameters.PROJEN_NODE_VERSION,
},
},
...(options.packageManager === javascript.NodePackageManager.PNPM? [installPnpm] : []),
...(options.packageManager === javascript.NodePackageManager.PNPM ? [installPnpm] : []),
{
name: 'Install dependencies',
run: installDeps,
Expand Down

0 comments on commit 6c64a43

Please sign in to comment.