diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 796b7bd..cec1954 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: 20 cache: "pnpm" - run: pnpm install - name: Fix lint issues run: npm run lint:fix - uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c with: - commit-message: "chore: apply automated fixes" + commit-message: "chore: apply automated updates" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea33c43..0da3ee3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: "pnpm" - run: pnpm install - run: pnpm lint