Update .github/workflows/autofix.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Frank Elsinga
2026-01-03 01:32:03 +01:00
committed by GitHub
co-authored by Copilot
parent eb92568149
commit a1a1797b8e
+1 -1
View File
@@ -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