Skip to content

Commit c87c690

Browse files
test: update to stable React v19 (#6713)
Co-authored-by: Marcus Notheis <[email protected]>
1 parent a856719 commit c87c690

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ jobs:
3838
- name: Install 19
3939
if: ${{ matrix.react == '19' }}
4040
run: |
41-
yarn set resolution "@types/react@npm:*" "npm:types-react@rc"
42-
yarn set resolution "@types/react-dom@npm:*" "npm:types-react-dom@rc"
43-
yarn add react@rc react-dom@rc
41+
yarn add "@types/react@19" "@types/react-dom@19" --dev
42+
yarn add react@19 react-dom@19
4443
4544
- name: Cypress run
4645
if: ${{ (matrix.react == '19' && matrix.spec == 'charts') != true }}

0 commit comments

Comments
 (0)