From ea6d189e3725c946f6a0360e501487465039a182 Mon Sep 17 00:00:00 2001 From: Kevin Mas Ruiz Date: Mon, 1 Dec 2025 16:15:54 +0100 Subject: [PATCH] chore: Downgrade cron-tasks environment to Node 20/npm 10 With npm 11, some dependencies related to the AWS driver and Kerberos are not loaded properly. It also complains about issues with prettier (where we use 2.x and 3.x). While at some point we will need to update all these dependencies, we will do it with the whole bump to Node.js 24, which requires other work before that. --- .github/workflows/cron-tasks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron-tasks.yml b/.github/workflows/cron-tasks.yml index 848efd997..c75e054a5 100644 --- a/.github/workflows/cron-tasks.yml +++ b/.github/workflows/cron-tasks.yml @@ -39,7 +39,7 @@ jobs: - uses: actions/setup-node@v6 with: check-latest: true - node-version: 24.x + node-version: 20.x - name: Install Dependencies and Compile run: |