diff --git a/.circleci/config.yml b/.circleci/config.yml index 96f335c8..5c16bbe4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,11 +6,13 @@ jobs: xcode: "9.4.0" docker: - - image: "circleci/node:11.0.0" + - image: node:11.0.0 steps: - checkout + - run: apt-get install -y sudo + - run: name: Set timezone and check current datetime command: |