From e726eeb73c22e046588b4648b12a9560dd82ed79 Mon Sep 17 00:00:00 2001 From: Arya Emami Date: Thu, 16 May 2024 04:40:29 -0500 Subject: [PATCH] Test against rc version of React during CI --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f2ac9ce3..81644e079 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,10 +55,10 @@ jobs: react-dom: { version: '^18', types: '^18' }, }, { - version: 'beta', + version: 'rc', types: 'npm:types-react@19.0.0-beta.1', react-dom: - { version: 'beta', types: 'npm:types-react-dom@19.0.0-beta.1' }, + { version: 'rc', types: 'npm:types-react-dom@19.0.0-beta.1' }, }, ] @@ -260,10 +260,10 @@ jobs: react-dom: { version: '^18', types: '^18' }, }, { - version: 'beta', + version: 'rc', types: 'npm:types-react@19.0.0-beta.1', react-dom: - { version: 'beta', types: 'npm:types-react-dom@19.0.0-beta.1' }, + { version: 'rc', types: 'npm:types-react-dom@19.0.0-beta.1' }, }, ]