Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

EVEREST-107 Fixing the pipeline #250

Merged
merged 13 commits into from
Oct 20, 2023
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
branches:
- main

env:
NODE_OPTIONS: "--max_old_space_size=4096"

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/rc_rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
types:
- completed

env:
NODE_OPTIONS: "--max_old_space_size=4096"

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
description: The release tag in v*.*.* format
required: true

env:
NODE_OPTIONS: "--max_old_space_size=4096"

jobs:
build:
runs-on: ubuntu-latest
Expand Down
Loading