Skip to content

Commit 2e9e9f6

Browse files
committed
Bump node build size for angular
1 parent dcef2a3 commit 2e9e9f6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/buildAndTest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
npm run test-headless
3333
env:
3434
CI: true
35+
NODE_OPTIONS: "--max_old_space_size=4096"
3536
- name: Dump job context
3637
env:
3738
JOB_CONTEXT: ${{ toJson(matrix) }}

.github/workflows/createRelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
npm run build
4848
env:
4949
CI: true
50+
NODE_OPTIONS: "--max_old_space_size=4096"
5051
- name: Version
5152
id: get_version
5253
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

0 commit comments

Comments
 (0)