Skip to content

Commit

Permalink
feat(circleci config): updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor committed Jun 24, 2018
1 parent 17f5543 commit b7ebd76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/images/primary/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM markadams/chromium-xvfb-js:latest

ENV YARN_VERSION 0.22.0
ENV YARN_VERSION 1.7.0

RUN set -ex \
&& for key in \
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
working_directory: /ngerrors

docker:
- image: ultimateangular/ngerrors-primary:latest
- image: anymaniax/ngerrors-primary

steps:
- checkout
Expand Down

0 comments on commit b7ebd76

Please sign in to comment.