Skip to content

Commit c174a49

Browse files
authored
chore: fix yarn upgrade workflow (#25152)
Closes #<issue number here>. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent e29dbef commit c174a49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/yarn-upgrade.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
uses: actions/setup-node@v3
2222
with:
2323
node-version: 14
24+
env:
25+
NODE_OPTIONS: "--max-old-space-size=8196 --experimental-worker ${NODE_OPTIONS:-}"
2426

2527
- name: Locate Yarn cache
2628
id: yarn-cache

0 commit comments

Comments
 (0)