increase node heap to 4096 during the Format Code workflow (#3796)
This commit is contained in:
parent
d143d24c72
commit
98afed34f1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
|
@ -8,6 +8,8 @@ on:
|
|||
jobs:
|
||||
format:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
NODE_OPTIONS: "--max_old_space_size=4096"
|
||||
steps:
|
||||
- name: Check out code using Git
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue