chore(ci): increased memory in CI
This commit is contained in:
parent
e014d2a401
commit
d9607613ae
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -31,4 +31,6 @@ jobs:
|
||||
run: pnpm typecheck
|
||||
|
||||
- name: Build the app
|
||||
env:
|
||||
NODE_OPTIONS: --max-old-space-size=4096
|
||||
run: pnpm build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user