diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1d8cbe7e3a..8b78185f98 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -131,7 +131,7 @@ jobs: fail-fast: false matrix: node: ['22.x'] - ts: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8'] + ts: ['5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8'] react: [ { diff --git a/packages/toolkit/src/query/tests/buildHooks.test.tsx b/packages/toolkit/src/query/tests/buildHooks.test.tsx index 0d2af5b3fc..c371e5efaa 100644 --- a/packages/toolkit/src/query/tests/buildHooks.test.tsx +++ b/packages/toolkit/src/query/tests/buildHooks.test.tsx @@ -923,7 +923,7 @@ describe('hooks tests', () => { setOpen(false) setTimeout(() => { setOpen(true) - }, 1000) + }, 250) } const handleReset = () => {