Skip to content

Commit 433cfab

Browse files
committed
Ignore engines when installing in Node 6 to install react-native
1 parent 2e2627d commit 433cfab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
steps:
9191
- checkout
9292
- restore-cache: *restore-cache
93-
- run: yarn --no-progress
93+
- run: yarn --no-progress --ignore-engines
9494
- save-cache: *save-cache
9595
- run:
9696
command: yarn test-ci-partial

0 commit comments

Comments
 (0)