Use latest Browsertime alpha and use Chrome 78 and FF 70
This commit is contained in:
parent
4fdd121912
commit
02d164c8cd
|
|
@ -1,4 +1,4 @@
|
|||
FROM sitespeedio/webbrowsers:chrome-77.0-firefox-70.0
|
||||
FROM sitespeedio/webbrowsers:chrome-78.0-firefox-70.0
|
||||
|
||||
ENV SITESPEED_IO_BROWSERTIME__XVFB true
|
||||
ENV SITESPEED_IO_BROWSERTIME__DOCKER true
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -34,6 +34,9 @@
|
|||
"bugs": {
|
||||
"url": "https://github.com/sitespeedio/sitespeed.io/issues"
|
||||
},
|
||||
"publishConfig": {
|
||||
"tag": "canary"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint . && npm run pug-lint",
|
||||
"lint:fix": "eslint . --fix",
|
||||
|
|
@ -73,7 +76,7 @@
|
|||
"axe-core": "3.3.1",
|
||||
"@google-cloud/storage": "3.2.0",
|
||||
"aws-sdk": "2.517.0",
|
||||
"browsertime": "6.1.4",
|
||||
"browsertime": "7.0.0-alpha.1",
|
||||
"cli-color": "1.4.0",
|
||||
"concurrent-queue": "7.0.2",
|
||||
"dayjs": "1.8.15",
|
||||
|
|
|
|||
Loading…
Reference in New Issue