diff --git a/.github/workflows/react-integration.yml b/.github/workflows/react-integration.yml index 9798e01361..624522a1f1 100644 --- a/.github/workflows/react-integration.yml +++ b/.github/workflows/react-integration.yml @@ -15,6 +15,6 @@ jobs: node-version: 16 - run: npm install # Update react-native-web to use react@next - - run: npm install react@next react-dom@next -w react-native-web + - run: npm install --force react@next react-dom@next -w react-native-web # Run the unit tests - run: npm run unit