Skip to content

Commit 1ddedf6

Browse files
Update build.yml
1 parent e2bee5a commit 1ddedf6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ jobs:
1111
with:
1212
node-version: '16.x'
1313
- run: yarn install --immutable
14+
env:
15+
NODE_OPTIONS: "--max_old_space_size=4096"
1416
- run: yarn run build
15-
- run: yarn run test
17+
- run: yarn run test

0 commit comments

Comments
 (0)