diff --git a/.circleci/config.yml b/.circleci/config.yml index 96f335c8..615f770f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,12 +5,14 @@ jobs: macos: xcode: "9.4.0" - docker: - - image: "circleci/node:11.0.0" - steps: - checkout + - run: + name: Install nodejs + command: | + brew upgrade node + - run: name: Set timezone and check current datetime command: |