diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c4c433c..af7c5d9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,16 +73,6 @@ jobs: - run: npm ci - run: npx prettier . - tsc: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 22 - - run: npm ci - - run: npx tsc - release: runs-on: ubuntu-latest needs: @@ -91,7 +81,6 @@ jobs: - prettier - remark - test - - tsc if: startsWith(github.ref, 'refs/tags/') permissions: id-token: write