Merge pull request #20178 from calixteman/pinpoint_firefox

Use Firefox stable for the tests because bug 1983414
This commit is contained in:
calixteman 2025-08-20 17:04:08 +02:00 committed by GitHub
commit e20ee99580
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -4,6 +4,6 @@
}, },
"firefox": { "firefox": {
"skipDownload": false, "skipDownload": false,
"version": "nightly" "version": "stable"
} }
} }

2
package-lock.json generated
View File

@ -50,7 +50,7 @@
"postcss-discard-comments": "^7.0.4", "postcss-discard-comments": "^7.0.4",
"postcss-nesting": "^13.0.2", "postcss-nesting": "^13.0.2",
"prettier": "^3.6.2", "prettier": "^3.6.2",
"puppeteer": "^24.16.2", "puppeteer": "^24.15.0",
"stylelint": "^16.23.1", "stylelint": "^16.23.1",
"stylelint-prettier": "^5.0.3", "stylelint-prettier": "^5.0.3",
"svglint": "^4.1.0", "svglint": "^4.1.0",

View File

@ -45,7 +45,7 @@
"postcss-discard-comments": "^7.0.4", "postcss-discard-comments": "^7.0.4",
"postcss-nesting": "^13.0.2", "postcss-nesting": "^13.0.2",
"prettier": "^3.6.2", "prettier": "^3.6.2",
"puppeteer": "^24.16.2", "puppeteer": "^24.15.0",
"stylelint": "^16.23.1", "stylelint": "^16.23.1",
"stylelint-prettier": "^5.0.3", "stylelint-prettier": "^5.0.3",
"svglint": "^4.1.0", "svglint": "^4.1.0",