Skip to content

Commit a05c9c0

Browse files
committed
ci: manually install pnpm via npm for renovate
Manually install pnpm via npm for the renovate environment as the pnpm install action does not allow the install when anothe package is defined as the packageManager in the root package.json
1 parent b1d18ce commit a05c9c0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ng-renovate.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ jobs:
2525
runs-on: ubuntu-24.04
2626
steps:
2727
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28-
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
29-
with:
30-
version: 9.15.4
28+
- run: npm install --global [email protected]
29+
shell: bash
3130
- run: yarn --cwd .github/ng-renovate install --immutable
3231
shell: bash
3332

0 commit comments

Comments
 (0)