Bump playwright (#21113)

Playwright installation is infinite looping in the ci
seems like to be a global outage
This commit is contained in:
Paul Rastoin
2026-06-01 18:06:55 +02:00
committed by GitHub
parent ad47b2972c
commit 6ad6fcce0f
4 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
"private": true,
"license": "AGPL-3.0",
"devDependencies": {
"@playwright/test": "^1.56.1",
"playwright": "^1.56.1"
"@playwright/test": "^1.60.0",
"playwright": "^1.60.0"
}
}