Skip to content

Commit

Permalink
Ignore engines when installing in Node 6 to install react-native
Browse files Browse the repository at this point in the history
  • Loading branch information
rubennorte committed Oct 10, 2018
1 parent 2e2627d commit 433cfab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -90,7 +90,7 @@ jobs:
steps:
- checkout
- restore-cache: *restore-cache
- run: yarn --no-progress
- run: yarn --no-progress --ignore-engines
- save-cache: *save-cache
- run:
command: yarn test-ci-partial
Expand Down

0 comments on commit 433cfab

Please sign in to comment.