Skip to content

Commit b04ca26

Browse files
committed
Force install react-integration workflow dependencies
1 parent b10c663 commit b04ca26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/react-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
node-version: 16
1616
- run: npm install
1717
# Update react-native-web to use react@next
18-
- run: npm install react@next react-dom@next -w react-native-web
18+
- run: npm install --force react@next react-dom@next -w react-native-web
1919
# Run the unit tests
2020
- run: npm run unit

0 commit comments

Comments
 (0)