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