mirror of
https://github.com/bitwarden/desktop.git
synced 2025-01-05 18:37:47 +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:
|
||||
node-version: '10.x'
|
||||
|
||||
- name: Set Node options
|
||||
run: ::set-env name=NODE_OPTIONS::--max_old_space_size=4096
|
||||
|
||||
- name: Print environment
|
||||
run: |
|
||||
node --version
|
||||
|
Loading…
Reference in New Issue
Block a user