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