Skip to content

Commit 42562b2

Browse files
author
Prateek Awasthi
committed
feat: updating the base image
1 parent b0bdcff commit 42562b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ common:
5151
command: npm install chrome-launcher
5252
- run:
5353
name: Install lighthouse
54-
command: npm install lighthouse@12.5.0
54+
command: npm install lighthouse
5555
- run:
5656
name: Install Web Driver
5757
command: npm install selenium-webdriver
@@ -134,7 +134,7 @@ executors:
134134
- image: cimg/openjdk:8.0-browsers
135135
test_executor_cloudready:
136136
machine:
137-
image: ubuntu-2204:2023.10.1
137+
image: ubuntu-2204:2024.01.1
138138
docker_layer_caching: true
139139

140140
jobs:

0 commit comments

Comments
 (0)