diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cd020f4cb2..ec04338827 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -100,7 +100,7 @@ jobs: fail-fast: false matrix: node: ['16.x'] - ts: ['4.2', '4.3', '4.4', '4.5', '4.6', '4.7', '4.8', '4.9', '5.0'] + ts: ['4.7', '4.8', '4.9', '5.0'] steps: - name: Checkout repo uses: actions/checkout@v2