Skip to content

Commit

Permalink
Force install react-integration workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Jul 10, 2023
1 parent b10c663 commit b04ca26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/react-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b04ca26

Please sign in to comment.