There was an error while loading. Please reload this page.
1 parent 0bf19df commit 1ccaebcCopy full SHA for 1ccaebc
1 file changed
.github/workflows/on-push-to-main.yml
@@ -48,6 +48,8 @@ jobs:
48
- name: Pull Vercel Environment Information
49
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
50
- name: Build Project Artifacts
51
+ env:
52
+ NODE_OPTIONS: --max-old-space-size=8192
53
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
54
- name: Deploy Project Artifacts to Vercel
55
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}
0 commit comments