Skip to content

Commit

Permalink
fix: increase heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Jan 31, 2025
1 parent 1d75e62 commit 8b3f62d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14, windows-latest, ubuntu-latest]
os: [macos-latest, windows-latest, ubuntu-latest]

steps:
- name: Checkout
Expand Down Expand Up @@ -108,6 +108,7 @@ jobs:
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_ID_PASS }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
run: |
export NODE_OPTIONS="--max-old-space-size=8192"
pnpm staging:sequence
- name: Upload artifact
Expand Down

0 comments on commit 8b3f62d

Please sign in to comment.