From a1a1797b8e9d70b54f27bdf9430d2f57635b0f18 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sat, 3 Jan 2026 01:32:03 +0100 Subject: [PATCH] Update .github/workflows/autofix.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/autofix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index bf3dee8e..e8217e3a 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 24 + node-version: 20 - name: Install dependencies run: npm ci