problem: out of memory

This commit is contained in:
gsovereignty
2024-08-18 15:27:48 +08:00
committed by GitHub
parent d163c182f4
commit 7d77918b9f

View File

@@ -31,6 +31,8 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build
env:
NODE_OPTIONS: --max_old_space_size=8192
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with: