Skip to content

Commit bf5d5e1

Browse files
committed
[wip] bundle stats
1 parent ded3e9c commit bf5d5e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# We want to ensure we have enough RAM allocated to the Node.js process
6666
# this should be a last resort in case by any chances the build memory gets too high
6767
# but in general this should never happen
68-
NODE_OPTIONS: "--max_old_space_size=4096"
68+
NODE_OPTIONS: '--max_old_space_size=4096'
6969
# We want to ensure that static exports for all locales do not occur on `pull_request` events
7070
NEXT_PUBLIC_STATIC_EXPORT_LOCALE: ${{ github.event_name == 'push' }}
7171
# See https://github.com/vercel/next.js/pull/81318

.github/workflows/bundle-compare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
const artifacts = await github.rest.actions.listWorkflowRunArtifacts({
3030
owner: context.repo.owner,
3131
repo: context.repo.repo,
32-
run_id: 18635880384 || context.payload.workflow_run.id,
32+
run_id: 18635958259 || context.payload.workflow_run.id,
3333
});
3434
3535
const artifact = artifacts.data.artifacts.find(a => a.name === 'webpack-stats');

0 commit comments

Comments
 (0)