fix: memory

This commit is contained in:
Torsten Dittmann
2023-10-02 12:27:50 +02:00
parent 55ec30a568
commit 5fd8c5536c

View File

@@ -35,4 +35,6 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build Website
env:
NODE_OPTIONS: '--max_old_space_size=4096'
run: pnpm run build