From 79483aba52bc17dac7184070c67e6caf099c52bc Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 20 Sep 2024 20:24:22 +0200 Subject: [PATCH] ci: update autifix --- .github/workflows/autofix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"