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.
checkout-and-setup-node
1 parent 56e1b06 commit 8ffaa0fCopy full SHA for 8ffaa0f
.github/workflows/ng-renovate.yml
@@ -24,7 +24,11 @@ jobs:
24
- angular/.github
25
runs-on: ubuntu-latest
26
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.
30
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
+ - uses: ./github-actions/npm/checkout-and-setup-node
32
- run: npm install --global [email protected]
33
shell: bash
34
0 commit comments