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.
1 parent ce66f01 commit a3170d6Copy full SHA for a3170d6
.github/workflows/ng-renovate.yml
@@ -31,10 +31,8 @@ jobs:
31
# this step.
32
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
- uses: ./github-actions/npm/checkout-and-setup-node
34
- - name: Corepack install and enable
35
- run: |
36
- npm install corepack -g
37
- corepack enable
+ - run: npm install --global [email protected]
+ shell: bash
38
39
# TODO: Use pnpm/action-setup for pnpm install once pnpm is the packageManager for this repo
40
- run: yarn --cwd .github/ng-renovate install --immutable
0 commit comments