File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
plate-playground-template/.github/workflows
plate-template/.github/workflows Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3030 - name : 📥 Install dependencies
3131 shell : bash
3232 working-directory : ${{ inputs.cwd }}
33- run : pnpm install --frozen-lockfile
33+ run : pnpm install --no- frozen-lockfile
3434 env :
3535 HUSKY : ' 0'
Original file line number Diff line number Diff line change 5454 ${{ runner.os }}-bun-
5555
5656 - name : 📥 Install
57- run : bun install --frozen-lockfile
57+ run : bun install --no- frozen-lockfile
5858
5959 - name : 🔬 Run Biome & ESLint
6060 run : bun lint
Original file line number Diff line number Diff line change 4747 ${{ runner.os }}-bun-
4848
4949 - name : 📥 Install
50- run : bun install --frozen-lockfile
50+ run : bun install --no- frozen-lockfile
5151
5252 - name : 🏗 Build
5353 run : bun run build
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ const nextConfig = async (phase: string) => {
99 } ,
1010
1111 experimental : {
12- cpus : 12 ,
12+ cpus : 8 ,
1313 memoryBasedWorkersCount : false ,
14- staticGenerationMaxConcurrency : 12 ,
14+ staticGenerationMaxConcurrency : 8 ,
1515 staticGenerationMinPagesPerWorker : 25 ,
1616 staticGenerationRetryCount : 1 ,
1717 turbopackFileSystemCacheForDev : true ,
Original file line number Diff line number Diff line change 5050 ${{ runner.os }}-nextjs-${{ hashFiles('**/bun.lock') }}-
5151
5252 - name : 📥 Install
53- run : bun install --frozen-lockfile
53+ run : bun install --no- frozen-lockfile
5454
5555 - name : 🔬 Run Biome & ESLint
5656 run : bun lint
Original file line number Diff line number Diff line change 5050 ${{ runner.os }}-nextjs-${{ hashFiles('**/bun.lock') }}-
5151
5252 - name : 📥 Install
53- run : bun install --frozen-lockfile
53+ run : bun install --no- frozen-lockfile
5454
5555 - name : 🔬 Run Biome & ESLint
5656 run : bun lint
You can’t perform that action at this time.
0 commit comments