From 30e0238fb1a327cb67281a3e6276ee335b5fffc3 Mon Sep 17 00:00:00 2001 From: Josh Fraser Date: Tue, 26 Jul 2022 16:23:59 +1000 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20Add=20TS=20`next`=20back?= =?UTF-8?q?=20to=20type=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4169f951b8..a281dff27c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -96,7 +96,7 @@ jobs: fail-fast: false matrix: node: ['16.x'] - ts: ['4.1', '4.2', '4.3', '4.4', '4.5', '4.6', '4.7'] + ts: ['4.1', '4.2', '4.3', '4.4', '4.5', '4.6', '4.7', 'next'] steps: - name: Checkout repo uses: actions/checkout@v2