File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5757 # but in general this should never happen
5858 NODE_OPTIONS : ' --max_old_space_size=4096'
5959 # See https://github.com/vercel/next.js/pull/81318
60- TURBOPACK_STATS : ${{ matrix.os == 'ubuntu-slim' }}
60+ TURBOPACK_STATS : true
6161
6262 - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6363 with :
@@ -110,7 +110,7 @@ jobs:
110110 # but in general this should never happen
111111 NODE_OPTIONS : ' --max_old_space_size=4096'
112112 # See https://github.com/vercel/next.js/pull/81318
113- TURBOPACK_STATS : ${{ matrix.os == 'ubuntu-slim' }}
113+ TURBOPACK_STATS : false
114114
115115 - name : Build Next.js (Static Export)
116116 # We want to generate a static build, as it is a requirement of our website.
You can’t perform that action at this time.
0 commit comments