✨ feat: increase Node.js memory limit in macOS release workflow
This commit is contained in:
parent
41d20484f9
commit
c7b3b8d0b1
1
.github/workflows/macos-release.yml
vendored
1
.github/workflows/macos-release.yml
vendored
@ -26,6 +26,7 @@ jobs:
|
||||
- name: Build Frontend
|
||||
env:
|
||||
CI: ""
|
||||
NODE_OPTIONS: "--max-old-space-size=4096"
|
||||
run: |
|
||||
cd web
|
||||
bun install
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user