Skip to content

Commit

Permalink
fix: fix memory bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sltsheryl committed Oct 14, 2023
1 parent e67749f commit cf474c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
- name: Install Dependencies and Build
run: |
cd frontend
npm install
export NODE_OPTIONS="--max_old_space_size=4096"
npm ci
npm run build

0 comments on commit cf474c0

Please sign in to comment.