From e6feac524d08402260bd9a3deeb2ef508027ddc4 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Sun, 9 Feb 2025 21:54:13 -0600 Subject: [PATCH] bumped node runner version --- .github/workflows/autofix.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: