diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fe8d9f35d39..b23912930eaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: - run: npm install -g pnpm - run: pnpm install --frozen-lockfile - run: pnpm -r build - Lint / typecheck: + Lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2