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