We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3c085 commit a1e8c34Copy full SHA for a1e8c34
.circleci/config.yml
@@ -7,7 +7,7 @@ jobs:
7
build:
8
docker:
9
# specify the version you desire here
10
- - image: circleci/node:8.9.1
+ - image: circleci/node:8.9.1-browsers
11
12
# Specify service dependencies here if necessary
13
# CircleCI maintains a library of pre-built images
@@ -26,7 +26,6 @@ jobs:
26
- run: sudo apt-get update
27
- run: DEBIAN_FRONTEND=noninteractive sudo apt-get install -y locales
28
- run: sudo sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen
29
- # - run: sudo echo 'LANG="en_US.UTF-8"'>/etc/default/locale
30
- run: sudo dpkg-reconfigure --frontend=noninteractive locales
31
- run: sudo update-locale LANG=en_US.UTF-8
32
- run: export LANG=en_US.UTF-8
0 commit comments