Skip to content

Commit 0423005

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ng-renovate.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+
# Note: keep this version in sync with what's being used in Bazel
20+
# https://github.com/aspect-build/rules_js/blob/cd48714c7fe445a6bce6e2bcc1db36c4eefcffdf/npm/private/pnpm_repository.bzl#L11
21+
- run: npm i -g pnpm@8
22+
shell: bash
1923
- run: yarn --cwd .github/ng-renovate install --immutable
2024
shell: bash
2125

0 commit comments

Comments
 (0)