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 8bc52f9 commit 1bc1605Copy full SHA for 1bc1605
1 file changed
.github/workflows/ci.yml
@@ -20,4 +20,6 @@ jobs:
20
cache: 'npm'
21
- run: npm ci
22
- run: npm run lint:check --if-present
23
- - run: npm run build --if-present
+ - run: npm run build --if-present
24
+ env:
25
+ NODE_OPTIONS: "--max_old_space_size=4096"
0 commit comments