Skip to content

Commit

Permalink
Bump lhci version to 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
radum committed Feb 21, 2020
1 parent 6374dc7 commit a5f86ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lhci-client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12
FROM node:10

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

# Install Lighthouse CI
RUN npm install -g @lhci/cli
RUN npm install -g @lhci/cli@0.3.9
RUN npm install -g lighthouse

# Setup a user to avoid doing everything as root
Expand Down
4 changes: 2 additions & 2 deletions lhci-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"start": "lhci server --config=./lighthouserc.json"
},
"dependencies": {
"@lhci/cli": "0.3.8",
"@lhci/server": "0.3.8",
"@lhci/cli": "0.3.9",
"@lhci/server": "0.3.9",
"pg": "^7.18.1",
"pg-hstore": "^2.3.3",
"sqlite3": "^4.1.1"
Expand Down

0 comments on commit a5f86ae

Please sign in to comment.