File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM node:12
1+ FROM node:10
22
33# Install utilities
44RUN apt-get update --fix-missing && apt-get -y upgrade
@@ -10,7 +10,7 @@ RUN apt-get update
1010RUN 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
1414RUN npm install -g lighthouse
1515
1616# Setup a user to avoid doing everything as root
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments