Skip to content

Commit a5f86ae

Browse files
committed
Bump lhci version to 0.3.9
1 parent 6374dc7 commit a5f86ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lhci-client/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:12
1+
FROM node:10
22

33
# Install utilities
44
RUN apt-get update --fix-missing && apt-get -y upgrade
@@ -10,7 +10,7 @@ RUN apt-get update
1010
RUN apt-get install -y google-chrome-stable --no-install-recommends
1111

1212
# Install Lighthouse CI
13-
RUN npm install -g @lhci/cli
13+
RUN npm install -g @lhci/cli@0.3.9
1414
RUN npm install -g lighthouse
1515

1616
# Setup a user to avoid doing everything as root

lhci-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"start": "lhci server --config=./lighthouserc.json"
66
},
77
"dependencies": {
8-
"@lhci/cli": "0.3.8",
9-
"@lhci/server": "0.3.8",
8+
"@lhci/cli": "0.3.9",
9+
"@lhci/server": "0.3.9",
1010
"pg": "^7.18.1",
1111
"pg-hstore": "^2.3.3",
1212
"sqlite3": "^4.1.1"

0 commit comments

Comments
 (0)