From cdb12dc8a703aa573b4e786af07007c363401827 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 00:44:31 +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 ccf08593df..801a048b1c 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.10 with: diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 05e10473d0..e448dd8fa8 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -65,7 +65,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.10