Skip to content

Commit 3f8fc22

Browse files
alan-agius4devversion
authored andcommitted
Revert "ci: use corepack in ng-renovate workflow (#2774)"
This reverts commit f7ef306.
1 parent ce66f01 commit 3f8fc22

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ng-renovate.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ jobs:
3131
# this step.
3232
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333
- uses: ./github-actions/npm/checkout-and-setup-node
34-
- name: Corepack install and enable
35-
run: |
36-
npm install corepack -g
37-
corepack enable
34+
- run: npm install --global pnpm@9.15.6
35+
shell: bash
3836

3937
# TODO: Use pnpm/action-setup for pnpm install once pnpm is the packageManager for this repo
4038
- run: yarn --cwd .github/ng-renovate install --immutable

0 commit comments

Comments
 (0)