We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d946a08 commit 5a0c8eaCopy full SHA for 5a0c8ea
.circleci/config.yml
@@ -38,7 +38,7 @@ jobs:
38
steps:
39
- checkout
40
- restore-cache: *restore-cache
41
- - run: yarn --no-progress --frozen-lockfile --ignore-engines
+ - run: node --max-old-space-size=4096 .yarn/releases/yarn-1.15.0.js --no-progress --frozen-lockfile --ignore-engines
42
- save-cache: *save-cache
43
- run:
44
# react-native does not work with node 6
0 commit comments