Skip to content

Commit 001694b

Browse files
committed
Update TS typecheck matrix
1 parent cbfeafe commit 001694b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
fail-fast: false
139139
matrix:
140140
node: ['24.x']
141-
ts: ['5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8']
141+
ts: ['5.4', '5.5', '5.6', '5.7', '5.8', '5.9', 'next']
142142
react:
143143
[
144144
{
@@ -305,7 +305,7 @@ jobs:
305305
fail-fast: false
306306
matrix:
307307
node: ['24.x']
308-
ts: ['5.3', '5.4', '5.5', '5.6', '5.7', '5.8', '5.9', 'next']
308+
ts: ['5.4', '5.5', '5.6', '5.7', '5.8', '5.9', 'next']
309309
example:
310310
[
311311
{ name: 'bundler', moduleResolution: 'Bundler' },

0 commit comments

Comments
 (0)