Skip to content

Commit

Permalink
applied heap size to whole job.
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen committed Nov 1, 2024
1 parent 39adca0 commit 6e84880
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-robgruen-android_typeagent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ on:
workflow_dispatch:

jobs:
build_ts:
build_ts:
env:
NODE_OPTIONS: "--max_old_space_size=8192"
strategy:
fail-fast: false
matrix:
Expand All @@ -22,8 +24,6 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Setup Git LF
env:
NODE_OPTIONS: "--max_old_space_size=16392"
run: |
git config --global core.autocrlf false
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6e84880

Please sign in to comment.