Skip to content

Commit

Permalink
hotfix: increase node heap size on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
outofambit committed Mar 18, 2024
1 parent c1ed7e5 commit 945520c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site output
env:
NODE_OPTIONS: "--max_old_space_size=4096"
uses: withastro/action@v2

deploy:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build
env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: npm run build

0 comments on commit 945520c

Please sign in to comment.