Skip to content

Commit b7ebd76

Browse files
author
Victor
committed
feat(circleci config): updated
1 parent 17f5543 commit b7ebd76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/images/primary/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM markadams/chromium-xvfb-js:latest
22

3-
ENV YARN_VERSION 0.22.0
3+
ENV YARN_VERSION 1.7.0
44

55
RUN set -ex \
66
&& for key in \

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
working_directory: /ngerrors
55

66
docker:
7-
- image: ultimateangular/ngerrors-primary:latest
7+
- image: anymaniax/ngerrors-primary
88

99
steps:
1010
- checkout

0 commit comments

Comments
 (0)