Skip to content

Commit 42607da

Browse files
committed
Drop TS versions before 4.1 from the test matrix
1 parent 2085614 commit 42607da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
fail-fast: false
9797
matrix:
9898
node: ['14.x']
99-
ts: ['3.9', '4.0', '4.1', '4.2', '4.3', '4.4', '4.5', 'next']
99+
ts: ['4.1', '4.2', '4.3', '4.4', '4.5', 'next']
100100
steps:
101101
- name: Checkout repo
102102
uses: actions/checkout@v2

0 commit comments

Comments
 (0)