mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
set max_old_space_size on node_options
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user