Skip to content

Commit 0e183ed

Browse files
committed
Fix npm command in react-integration workflow
1 parent 3f04120 commit 0e183ed

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.x'
1616
- run: npm install
1717
# Update react-native-web to use react@next
18-
- run: npm update react@next react-dom@next -w react-native-web
18+
- run: npm install react@next react-dom@next -w react-native-web
1919
# Run the unit tests
2020
- run: npm run unit

0 commit comments

Comments
 (0)