Fix npm command in react-integration workflow

This commit is contained in:
Nicolas Gallagher
2022-07-04 14:00:48 -07:00
parent 3f04120d50
commit 0e183ede7c
+1 -1
View File
@@ -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