Skip to content

Commit ae67c1f

Browse files
committed
Include 4.6 in the TS test matrix
1 parent b8cbd19 commit ae67c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fail-fast: false
4949
matrix:
5050
node: ['14.x']
51-
ts: ['4.2', '4.3', '4.4', '4.5', 'next']
51+
ts: ['4.2', '4.3', '4.4', '4.5', '4.6', 'next']
5252
steps:
5353
- name: Checkout repo
5454
uses: actions/checkout@v2

0 commit comments

Comments
 (0)