From 0879c2a36cb37ad52db1bdba85a52b4a30c53032 Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Thu, 8 Aug 2024 19:29:39 -0400 Subject: [PATCH] ci: update renovate checker --- .github/workflows/check-renovate.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/check-renovate.yaml b/.github/workflows/check-renovate.yaml index 8da9f2b..7d13cfb 100644 --- a/.github/workflows/check-renovate.yaml +++ b/.github/workflows/check-renovate.yaml @@ -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