We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29dbef commit c174a49Copy full SHA for c174a49
.github/workflows/yarn-upgrade.yml
@@ -21,6 +21,8 @@ jobs:
21
uses: actions/setup-node@v3
22
with:
23
node-version: 14
24
+ env:
25
+ NODE_OPTIONS: "--max-old-space-size=8196 --experimental-worker ${NODE_OPTIONS:-}"
26
27
- name: Locate Yarn cache
28
id: yarn-cache
0 commit comments