Skip to content

Commit 5f2bfed

Browse files
committed
Adds space increase to dev workflow for actions
1 parent f6d829f commit 5f2bfed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-astro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install modules
5151
run: npm ci
5252
- name: Build application
53-
run: npm run build
53+
run: NODE_OPTIONS=--max_old_space_size=8192
5454
- name: Deploy to S3
5555
run: |
5656
aws s3 sync ./dist/ s3://${{ env.BUCKET_NAME }} --delete

0 commit comments

Comments
 (0)