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
|
run: pnpm typecheck
|
||||||
|
|
||||||
- name: Build the app
|
- name: Build the app
|
||||||
|
env:
|
||||||
|
NODE_OPTIONS: --max-old-space-size=4096
|
||||||
run: pnpm build
|
run: pnpm build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user