From 576d62c3572ca3f5699b0c14fc0ddfc9eaff7f75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 04:47:32 +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 fa78f349f..8a62f2fb3 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.13 with: diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 571edee09..b031f851f 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.13