Skip to content

Commit

Permalink
build: remove node heap size increase
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Jul 7, 2023
1 parent 8d594bf commit e1c5f07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ jobs:
uses: ./.github/actions/install

- name: Build plugin
env:
NODE_OPTIONS: "--max_old_space_size=4096"

run: yarn pack

- name: Mutation test
Expand Down Expand Up @@ -170,8 +169,7 @@ jobs:

- name: Build plugin
working-directory: ./plugin
env:
NODE_OPTIONS: "--max_old_space_size=4096"

run: yarn pack

- name: Install sfdx-cli
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
uses: ./.github/actions/install

- name: Build plugin
env:
NODE_OPTIONS: "--max_old_space_size=4096"

run: yarn pack

- name: Unit test
Expand Down

0 comments on commit e1c5f07

Please sign in to comment.