From 4351e93d70e26dbfe6d88217dbf30b4f8464f250 Mon Sep 17 00:00:00 2001 From: Piotr Pekala Date: Fri, 26 Jul 2019 01:34:50 -0700 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: |