Skip to content

Commit ea6d189

Browse files
committed
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.
1 parent 3c88417 commit ea6d189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron-tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/setup-node@v6
4040
with:
4141
check-latest: true
42-
node-version: 24.x
42+
node-version: 20.x
4343

4444
- name: Install Dependencies and Compile
4545
run: |

0 commit comments

Comments
 (0)