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