Skip to content

Commit

Permalink
increase memory limit for build action
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Dec 12, 2023
1 parent ee26114 commit b5e9e8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
path: ${{ github.workspace }}/.astro
key: ${{ matrix.os }}-${{ matrix.node }}-astro-build-${{ hashFiles('content/**/*.jpg', 'content/**/*.png') }}
restore-keys: ${{ matrix.os }}-${{ matrix.node }}-astro-build-
- run: export NODE_OPTIONS=--max_old_space_size=4096
- run: npm ci
- run: npm run build
- name: Zip artifact for deployment
Expand Down

0 comments on commit b5e9e8e

Please sign in to comment.