Skip to content

Commit 1ccaebc

Browse files
authored
[ADHOC] ci: increase build size (#485)
1 parent 0bf19df commit 1ccaebc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/on-push-to-main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
- name: Pull Vercel Environment Information
4949
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
5050
- name: Build Project Artifacts
51+
env:
52+
NODE_OPTIONS: --max-old-space-size=8192
5153
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
5254
- name: Deploy Project Artifacts to Vercel
5355
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)