Skip to content

Commit a1e8c34

Browse files
committed
Update CircleCI image
1 parent bb3c085 commit a1e8c34

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: circleci/node:8.9.1
10+
- image: circleci/node:8.9.1-browsers
1111

1212
# Specify service dependencies here if necessary
1313
# CircleCI maintains a library of pre-built images
@@ -26,7 +26,6 @@ jobs:
2626
- run: sudo apt-get update
2727
- run: DEBIAN_FRONTEND=noninteractive sudo apt-get install -y locales
2828
- 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
3029
- run: sudo dpkg-reconfigure --frontend=noninteractive locales
3130
- run: sudo update-locale LANG=en_US.UTF-8
3231
- run: export LANG=en_US.UTF-8

0 commit comments

Comments
 (0)