From 03dfb2710e8ea9e4aaef7b5f452f809457b7a7ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 19:54:47 +0000 Subject: [PATCH] Update dependency node to v24 --- .github/workflows/fetch-dashboard-data.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetch-dashboard-data.yaml b/.github/workflows/fetch-dashboard-data.yaml index baad7ec1..9b487abf 100644 --- a/.github/workflows/fetch-dashboard-data.yaml +++ b/.github/workflows/fetch-dashboard-data.yaml @@ -32,7 +32,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "24" - name: Make script executable run: chmod +x scripts/fetch-dashboard-data.js