1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-30 11:15:36 +02:00

set max_old_space_size on node_options

This commit is contained in:
Kyle Spearrin 2020-09-24 16:13:26 -04:00
parent 84d356992a
commit 51a0e2d028

View File

@ -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