diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index fed0a44..e93f0ee 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -16,11 +16,11 @@ jobs: - run: corepack enable - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 cache: "pnpm" - run: pnpm install - name: Fix lint issues run: pnpm run lint:fix - uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c with: - commit-message: "chore: apply automated fixes" + commit-message: "chore: apply automated updates"