diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index ced8d4b..8a22f90 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: pnpm run lint:fix - uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84 with: - commit-message: "chore: apply automated lint 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