From ae67c1f2e1d296f6565409c64fdbcaac2e87a4f3 Mon Sep 17 00:00:00 2001 From: Luke Page Date: Mon, 23 May 2022 10:36:34 +0200 Subject: [PATCH] Include 4.6 in the TS test matrix --- .github/workflows/build-and-test-types.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-types.yml b/.github/workflows/build-and-test-types.yml index 62ca3ac2..1e69831f 100644 --- a/.github/workflows/build-and-test-types.yml +++ b/.github/workflows/build-and-test-types.yml @@ -48,7 +48,7 @@ jobs: fail-fast: false matrix: node: ['14.x'] - ts: ['4.2', '4.3', '4.4', '4.5', 'next'] + ts: ['4.2', '4.3', '4.4', '4.5', '4.6', 'next'] steps: - name: Checkout repo uses: actions/checkout@v2