Skip to content

Commit 9881b1a

Browse files
authored
Drop TS 5.0 from compat matrix (#4925)
* Drop TS 5.0 from compat matrix * Tweak test timeout
1 parent c89fce3 commit 9881b1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
{

packages/toolkit/src/query/tests/buildHooks.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ describe('hooks tests', () => {
923923
setOpen(false)
924924
setTimeout(() => {
925925
setOpen(true)
926-
}, 1000)
926+
}, 250)
927927
}
928928

929929
const handleReset = () => {

0 commit comments

Comments
 (0)