File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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');
You can’t perform that action at this time.
0 commit comments