Skip to content

Commit f923519

Browse files
committed
ci: install pnpm in ng-renovate
The Angular CLI uses `pnpm` which is not pre-installed.
1 parent 2e0abc2 commit f923519

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ng-renovate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+
- run: npm i -g pnpm
20+
shell: bash
1921
- run: yarn --cwd .github/ng-renovate install --immutable
2022
shell: bash
2123

0 commit comments

Comments
 (0)