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