Skip to content

Commit 7c6f46d

Browse files
committed
Drop TS < 3.8 from test matri
1 parent 65d784e commit 7c6f46d

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
@@ -40,7 +40,7 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
node: ['14.x']
43-
ts: ['3.5', '3.6', '3.7', '3.8', '3.9', '4.0', '4.1', 'next']
43+
ts: ['3.8', '3.9', '4.0', '4.1', 'next']
4444
steps:
4545
- name: Checkout repo
4646
uses: actions/checkout@v2

0 commit comments

Comments
 (0)