diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a06864b..bda874f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: version: 9 - uses: actions/setup-node@v6.0.0 with: - node-version: 20 + node-version: 24 cache: pnpm - run: pnpm install --frozen-lockfile - run: pnpm run lint