File tree Expand file tree Collapse file tree 3 files changed +169
-739
lines changed
Expand file tree Collapse file tree 3 files changed +169
-739
lines changed Original file line number Diff line number Diff line change 4242 strategy :
4343 fail-fast : false
4444 matrix :
45- os : [ubuntu-latest]
45+ os : [ubuntu-latest, windows-latest ]
4646
4747 steps :
4848 - name : Harden Runner
Original file line number Diff line number Diff line change 55 "scripts:release-post" : " cross-env NODE_NO_WARNINGS=1 node scripts/release-post/index.mjs" ,
66 "dev" : " cross-env NODE_NO_WARNINGS=1 next dev --turbopack" ,
77 "serve" : " npm run dev" ,
8- "build" : " cross-env NODE_NO_WARNINGS=1 next build" ,
8+ "build" : " cross-env NODE_NO_WARNINGS=1 next build --turbopack " ,
99 "start" : " cross-env NODE_NO_WARNINGS=1 next start" ,
1010 "deploy" : " cross-env NEXT_PUBLIC_STATIC_EXPORT=true npm run build" ,
1111 "check-types" : " tsc --noEmit" ,
4343 "github-slugger" : " ~2.0.0" ,
4444 "glob" : " ~11.0.1" ,
4545 "gray-matter" : " ~4.0.3" ,
46- "next" : " 15.2.4 " ,
46+ "next" : " 15.3.0 " ,
4747 "next-intl" : " ~4.0.2" ,
4848 "next-themes" : " ~0.4.6" ,
4949 "postcss" : " ~8.5.3" ,
You can’t perform that action at this time.
0 commit comments