Skip to content

Commit 24009b6

Browse files
authored
chore(CI): use prebuilt image (Semantic-Org#2833)
1 parent 02f9f06 commit 24009b6

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.circleci/config.yml

+1-13
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,10 @@ general:
66
jobs:
77
build:
88
docker:
9-
- image: circleci/node:8
9+
- image: circleci/node:8-browsers
1010
environment:
1111
TZ: "/usr/share/zoneinfo/America/Los_Angeles"
1212
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
2513
- run:
2614
name: Update yarn
2715
command: |

0 commit comments

Comments
 (0)