Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/ng-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ jobs:
# this step.
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./github-actions/npm/checkout-and-setup-node
- run: npm install --global [email protected]
shell: bash
- name: Corepack install and enable
run: |
npm install corepack -g
corepack enable

# TODO: Use pnpm/action-setup for pnpm install once pnpm is the packageManager for this repo
- run: yarn --cwd .github/ng-renovate install --immutable
Expand Down