Skip to content

Commit

Permalink
Use React 19 RC in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed May 20, 2024
1 parent 3007e58 commit 81c98f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
npm pkg set resolutions.'@types/react'='npm:types-react@beta'
npm pkg set resolutions.'@types/react-dom'='npm:types-react-dom@beta'
yarn config set enableImmutableInstalls false
yarn up react@beta react-dom@beta
yarn up react@rc react-dom@rc
- name: Build package
run: yarn build
Expand Down

0 comments on commit 81c98f6

Please sign in to comment.