Skip to content

Commit 4fae4f3

Browse files
committed
ci: add pnpm to ng-renovate runner environment (#2646)
Add pnpm to the runner environment to allow for pnpm lock file updates PR Close #2646
1 parent 48ed588 commit 4fae4f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ng-renovate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ 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
2831
- run: yarn --cwd .github/ng-renovate install --immutable
2932
shell: bash
3033

0 commit comments

Comments
 (0)