Skip to content

Commit 89d5c58

Browse files
committed
Use stable React 19 release in CI
1 parent 5c91704 commit 89d5c58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ jobs:
6161
- name: Override React version
6262
if: ${{ matrix.react == 19 }}
6363
run: |
64-
npm pkg set resolutions.'@types/react'='npm:types-react@beta'
65-
npm pkg set resolutions.'@types/react-dom'='npm:types-react-dom@beta'
64+
npm pkg set resolutions.'@types/react'='npm:^19.0.0'
65+
npm pkg set resolutions.'@types/react-dom'='npm:^19.0.0'
6666
yarn config set enableImmutableInstalls false
67-
yarn up react@rc react-dom@rc
67+
yarn up react@^19.0.0 react-dom@^19.0.0
6868
6969
- name: Build package
7070
run: yarn build

0 commit comments

Comments
 (0)