diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 2996036..37fe0c7 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -16,7 +16,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: "pnpm" - run: pnpm install - name: Fix lint issues diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89a164a..16e8e68 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: 20 + node-version: 22 cache: "pnpm" - uses: oven-sh/setup-bun@v2 with: