Skip to content

Commit feae4f9

Browse files
authored
ci: update renovate pnpm to 9.15.6 (#2655)
This is the minimum required version in the Angular CLI repo. ```  ERR_PNPM_UNSUPPORTED_ENGINE  Unsupported environment (bad pnpm and/or Node.js version) Your pnpm version is incompatible with "/tmp/renovate/repos/github/angular/angular-cli". Expected version: ^9.15.6 Got: 9.15.4 This is happening because the package's manifest has an engines.pnpm field specified. To fix this issue, install the required pnpm version globally. To install the latest version of pnpm, run "pnpm i -g pnpm". To check your pnpm version, run "pnpm -v". ```
1 parent 04132c6 commit feae4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ng-renovate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-24.04
2626
steps:
2727
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28-
- run: npm install --global [email protected].4
28+
- run: npm install --global [email protected].6
2929
shell: bash
3030

3131
# TODO: Use pnpm/action-setup for pnpm install once pnpm is the packageManager for this repo

0 commit comments

Comments
 (0)