mirror of
https://github.com/bitwarden/desktop.git
synced 2025-01-21 21:01:52 +01:00
set max_old_space_size on node_options
This commit is contained in:
parent
84d356992a
commit
51a0e2d028
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -119,6 +119,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '10.x'
|
node-version: '10.x'
|
||||||
|
|
||||||
|
- name: Set Node options
|
||||||
|
run: ::set-env name=NODE_OPTIONS::--max_old_space_size=4096
|
||||||
|
|
||||||
- name: Print environment
|
- name: Print environment
|
||||||
run: |
|
run: |
|
||||||
node --version
|
node --version
|
||||||
|
Loading…
Reference in New Issue
Block a user