We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bdcff commit 42562b2Copy full SHA for 42562b2
.circleci/config.yml
@@ -51,7 +51,7 @@ common:
51
command: npm install chrome-launcher
52
- run:
53
name: Install lighthouse
54
- command: npm install lighthouse@12.5.0
+ command: npm install lighthouse
55
56
name: Install Web Driver
57
command: npm install selenium-webdriver
@@ -134,7 +134,7 @@ executors:
134
- image: cimg/openjdk:8.0-browsers
135
test_executor_cloudready:
136
machine:
137
- image: ubuntu-2204:2023.10.1
+ image: ubuntu-2204:2024.01.1
138
docker_layer_caching: true
139
140
jobs:
0 commit comments