From 2b8e2dd6b65c67044af5dcb2383a32be7cc1886c Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Thu, 1 May 2025 07:58:30 +0200 Subject: [PATCH] ci: install node v22 --- .github/workflows/renovate.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 641324e..d0eb491 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -22,6 +22,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Install node + uses: actions/setup-node@v4 + with: + node-version: '22' + - name: Install bun uses: oven-sh/setup-bun@v2