diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index eeb0343..3415c8c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' cache: 'pnpm' - name: Setup pnpm uses: pnpm/action-setup@v3