mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-23 23:06:24 +00:00
Fix npm command in react-integration workflow
This commit is contained in:
@@ -15,6 +15,6 @@ jobs:
|
||||
node-version: '16.x'
|
||||
- run: npm install
|
||||
# Update react-native-web to use react@next
|
||||
- run: npm update react@next react-dom@next -w react-native-web
|
||||
- run: npm install react@next react-dom@next -w react-native-web
|
||||
# Run the unit tests
|
||||
- run: npm run unit
|
||||
|
||||
Reference in New Issue
Block a user