From 56a6dc6067df2d4885c1fc910b3f1b381435d08f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 04:32:42 +0000 Subject: [PATCH] Update dependency node to v24 --- .github/workflows/graphs.yml | 2 +- .github/workflows/setup.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index 1d4665ff3e..6cebcefb0d 100644 --- a/.github/workflows/graphs.yml +++ b/.github/workflows/graphs.yml @@ -37,7 +37,7 @@ jobs: - name: Setup Node.js for graphs uses: actions/setup-node@v6 with: - node-version: "20" + node-version: "24" - name: Generate graphs uses: upptime/uptime-monitor@v1.43.12 with: diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 90c89e2f0c..340f7b5088 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -66,7 +66,7 @@ jobs: if: steps.dispatch_graphs.outcome == 'failure' uses: actions/setup-node@v6 with: - node-version: "20" + node-version: "24" - name: Generate graphs directly if dispatch fails if: steps.dispatch_graphs.outcome == 'failure' uses: upptime/uptime-monitor@v1.43.12