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
1 changed files with 3 additions and 0 deletions

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