Skip to content

Commit

Permalink
bump node memory
Browse files Browse the repository at this point in the history
Signed-off-by: DanRoscigno <[email protected]>
  • Loading branch information
DanRoscigno committed Oct 10, 2023
1 parent caabf19 commit e8af984
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:


jobs:
test-deploy:
prod-deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
run: yarn install --frozen-lockfile
- name: Build website
run: |
export NODE_OPTIONS="--max_old_space_size=4096"
export NODE_OPTIONS="--max_old_space_size=8192"
yarn build
# Popular action to deploy to GitHub Pages:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ jobs:
run: yarn install --frozen-lockfile
- name: Build website
run: |
export NODE_OPTIONS="--max_old_space_size=4096"
export NODE_OPTIONS="--max_old_space_size=8192"
yarn build

0 comments on commit e8af984

Please sign in to comment.