We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pnpm
1 parent 2e0abc2 commit 0423005Copy full SHA for 0423005
.github/workflows/ng-renovate.yml
@@ -16,6 +16,10 @@ jobs:
16
runs-on: ubuntu-24.04
17
steps:
18
- 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
23
- run: yarn --cwd .github/ng-renovate install --immutable
24
shell: bash
25
0 commit comments