Skip to content

Commit 841f581

Browse files
committed
Change TS tests to only be 4.7 onwards
1 parent 8de0539 commit 841f581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
fail-fast: false
101101
matrix:
102102
node: ['16.x']
103-
ts: ['4.2', '4.3', '4.4', '4.5', '4.6', '4.7', '4.8', '4.9', '5.0']
103+
ts: ['4.7', '4.8', '4.9', '5.0']
104104
steps:
105105
- name: Checkout repo
106106
uses: actions/checkout@v2

0 commit comments

Comments
 (0)