CI: restore 4GB heap for build (runner mem_limit bumped to 12g)
This commit is contained in:
parent
ec4de41e31
commit
c9f35d6e2f
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: Build
|
||||
run: npx vite build
|
||||
env:
|
||||
NODE_OPTIONS: "--max-old-space-size=2048"
|
||||
NODE_OPTIONS: "--max-old-space-size=4096"
|
||||
|
||||
deploy:
|
||||
if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue