chore(ci): increased memory in CI

This commit is contained in:
Corentin Thomasset 2023-08-26 16:35:20 +02:00
parent e014d2a401
commit d9607613ae
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -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