We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2bee5a commit 1ddedf6Copy full SHA for 1ddedf6
.github/workflows/build.yml
@@ -11,5 +11,7 @@ jobs:
11
with:
12
node-version: '16.x'
13
- run: yarn install --immutable
14
+ env:
15
+ NODE_OPTIONS: "--max_old_space_size=4096"
16
- run: yarn run build
- - run: yarn run test
17
+ - run: yarn run test
0 commit comments