Force install react-integration workflow dependencies

This commit is contained in:
Nicolas Gallagher
2023-07-10 10:40:11 -07:00
parent b10c66351e
commit b04ca26ea9

View File

@@ -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