From 25da666a65ad60d1f70034f85fadd3fa22054e4f Mon Sep 17 00:00:00 2001 From: RNT Date: Thu, 29 Jan 2026 01:07:28 -0700 Subject: [PATCH] chore(ci): update node version to 20 in monthly reports Node 18 is EOL. Updating to Node 20 (Active LTS) to match other workflows. --- .github/workflows/monthly-reports.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/monthly-reports.yml b/.github/workflows/monthly-reports.yml index ce33bd24..0b87d063 100644 --- a/.github/workflows/monthly-reports.yml +++ b/.github/workflows/monthly-reports.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "20" cache: "npm" - name: Install dependencies