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
2
2
3
3
# Install utilities
4
4
RUN apt-get update --fix-missing && apt-get -y upgrade
@@ -10,7 +10,7 @@ RUN apt-get update
10
10
RUN apt-get install -y google-chrome-stable --no-install-recommends
11
11
12
12
# Install Lighthouse CI
13
- RUN npm install -g @lhci/cli
13
+ RUN npm install -g @lhci/cli@0.3.9
14
14
RUN npm install -g lighthouse
15
15
16
16
# Setup a user to avoid doing everything as root
Original file line number Diff line number Diff line change 5
5
"start" : " lhci server --config=./lighthouserc.json"
6
6
},
7
7
"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 " ,
10
10
"pg" : " ^7.18.1" ,
11
11
"pg-hstore" : " ^2.3.3" ,
12
12
"sqlite3" : " ^4.1.1"
You can’t perform that action at this time.
0 commit comments