mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-07 20:21:25 +00:00
Fix npm command in react-integration workflow
This commit is contained in:
@@ -15,6 +15,6 @@ jobs:
|
|||||||
node-version: '16.x'
|
node-version: '16.x'
|
||||||
- run: npm install
|
- run: npm install
|
||||||
# Update react-native-web to use react@next
|
# 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 the unit tests
|
||||||
- run: npm run unit
|
- run: npm run unit
|
||||||
|
|||||||
Reference in New Issue
Block a user