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