File tree 1 file changed +1
-13
lines changed
1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -6,22 +6,10 @@ general:
6
6
jobs :
7
7
build :
8
8
docker :
9
- - image : circleci/node:8
9
+ - image : circleci/node:8-browsers
10
10
environment :
11
11
TZ : " /usr/share/zoneinfo/America/Los_Angeles"
12
12
steps :
13
- # Chrome HeadlessBrowser is missing deps on Debian, see:
14
- # https://github.com/GoogleChrome/puppeteer/issues/290
15
- - run :
16
- name : Update Puppeteer Dependencies
17
- command : |
18
- sudo apt-get update
19
- sudo apt-get install --yes --quiet gconf-service libasound2 libatk1.0-0 libc6 \
20
- libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 \
21
- libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 \
22
- libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 \
23
- libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation \
24
- libappindicator1 libnss3 lsb-release xdg-utils wget
25
13
- run :
26
14
name : Update yarn
27
15
command : |
You can’t perform that action at this time.
0 commit comments