Skip to content

Commit 8ffaa0f

Browse files
alan-agius4devversion
authored andcommitted
build: update ng-renovate to use checkout-and-setup-node
This is needed to that the Node.js version in nvmrc is used.
1 parent 56e1b06 commit 8ffaa0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ng-renovate.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ jobs:
2424
- angular/.github
2525
runs-on: ubuntu-latest
2626
steps:
27+
# Because the checkout and setup node action is contained in the dev-infra repo, we must
28+
# checkout the repo to be able to run the action we have created. Other repos will skip
29+
# this step.
2730
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31+
- uses: ./github-actions/npm/checkout-and-setup-node
2832
- run: npm install --global pnpm@9.15.6
2933
shell: bash
3034

0 commit comments

Comments
 (0)