Skip to content

Commit 43f6702

Browse files
committed
Add TS 4.8 to the test matrix
1 parent 4ab8c42 commit 43f6702

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: ['16.x']
99-
ts: ['4.1', '4.2', '4.3', '4.4', '4.5', '4.6', '4.7']
99+
ts: ['4.1', '4.2', '4.3', '4.4', '4.5', '4.6', '4.7', '4.8']
100100
steps:
101101
- name: Checkout repo
102102
uses: actions/checkout@v2

0 commit comments

Comments
 (0)