Skip to content

Commit 131d923

Browse files
committed
Drop TS 5.0 from compat matrix
1 parent c89fce3 commit 131d923

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
@@ -131,7 +131,7 @@ jobs:
131131
fail-fast: false
132132
matrix:
133133
node: ['22.x']
134-
ts: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8']
134+
ts: ['5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8']
135135
react:
136136
[
137137
{

0 commit comments

Comments
 (0)