Skip to content

Commit

Permalink
fix(upgrade-deps): fix upgrade deps workflow (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
gplassard committed May 5, 2024
1 parent 67eb8a4 commit ae0ca07
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/github/NodeJSDependenciesUpgradeAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export class NodeJSDependenciesUpgradeAction extends Component {
steps: [
WorkflowActionsX.checkout({}),
WorkflowActionsX.setupPnpm({}),
WorkflowActionsX.setupNode({ packageManager: 'pnpm' }),
WorkflowActionsX.installDependencies({}),
{
name: 'Upgrade dependencies',
Expand Down

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

10 changes: 10 additions & 0 deletions test/gradle/__snapshots__/GradleLibraryProject.test.ts.snap

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

0 comments on commit ae0ca07

Please sign in to comment.