Skip to content

Commit

Permalink
ci: update renovate checker
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Aug 8, 2024
1 parent 73db57b commit 0879c2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install renovate
run: npm install --global renovate
- name: Enable ssh access
Expand Down

0 comments on commit 0879c2a

Please sign in to comment.