diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3470f248a..7131531a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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