From b5f8792270f2fc9d661f7f3463a1dfc6eb012cd8 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 25 Feb 2026 05:18:58 +0000 Subject: [PATCH] deps: update dependency node to v24 --- .github/workflows/renovate_config_check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate_config_check.yaml b/.github/workflows/renovate_config_check.yaml index 7a08f9c530a3..fb90722cdc65 100644 --- a/.github/workflows/renovate_config_check.yaml +++ b/.github/workflows/renovate_config_check.yaml @@ -17,7 +17,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v5 with: - node-version: '22' + node-version: '24' - name: Install Renovate and Config Validator run: |