Skip to content

Commit

Permalink
ci: increase max memory on build
Browse files Browse the repository at this point in the history
  • Loading branch information
xicri committed Dec 10, 2024
1 parent f86c515 commit a5f8f93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ jobs:
- run: pnpm install --frozen-lockfile
- run: pnpm exec playwright install-deps
- run: pnpm run build
env:
NODE_OPTIONS: "--max-old-space-size=4096"
- run: pnpm run lint
- run: pnpm run test

0 comments on commit a5f8f93

Please sign in to comment.