fixed unlighthouse 5

This commit is contained in:
Firq 2025-04-11 21:21:50 +02:00
parent 3da3625d16
commit 63024eb324
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
3 changed files with 10 additions and 6 deletions

View file

@ -5,6 +5,7 @@ export default async () => {
)
return {
lighthouseOptions: {
cache: false,
throttlingMethod: 'devtools',
throttling: {
cpuSlowdownMultiplier: 4,
@ -26,6 +27,9 @@ export default async () => {
puppeteerOptions: {
args: ['--no-sandbox', '--disable-setuid-sandbox'],
},
puppeteerClusterOptions: {
maxConcurrency: 1
},
ci: {
budget: 50,
buildStatic: true,