Skip to content

Commit 1bc1605

Browse files
authored
ci: increase max_old_space_size
1 parent 8bc52f9 commit 1bc1605

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ jobs:
2020
cache: 'npm'
2121
- run: npm ci
2222
- run: npm run lint:check --if-present
23-
- run: npm run build --if-present
23+
- run: npm run build --if-present
24+
env:
25+
NODE_OPTIONS: "--max_old_space_size=4096"

0 commit comments

Comments
 (0)