From e675b16cad48e7d5fe714c13e08c02f306ac62d9 Mon Sep 17 00:00:00 2001 From: ocavue Date: Sat, 12 Oct 2024 10:46:04 +1100 Subject: [PATCH] less tests --- .github/workflows/type-check.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/type-check.yml b/.github/workflows/type-check.yml index c0e6b4d033..e44d23caf9 100644 --- a/.github/workflows/type-check.yml +++ b/.github/workflows/type-check.yml @@ -13,22 +13,9 @@ jobs: fail-fast: false matrix: ts_version: - # The official ESLint types are not compatible with TS 3.9 - # - 3.9 - - '4.0' - - 4.1 - - 4.2 - - 4.3 - - 4.4 - - 4.5 - - '5.0' - - 5.5 - 5.6 ts_lib: - - es2015 - - es2015,dom - es2020 - - esnext steps: - uses: actions/checkout@v4 with: