diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9be3bbb..af6555d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,12 +15,12 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v3 with: - version: latest + version: 9 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: pnpm cache-dependency-path: web/pnpm-lock.yaml - run: pnpm install - - run: pnpm lint + - run: pnpm lint -- --dir . - run: pnpm format:check