diff --git a/.circleci/config.yml b/.circleci/config.yml index 5a7a36a..31cb673 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: circleci/node:lts + - image: cimg/node:lts environment: TZ: "Europe/London" working_directory: ~/repo @@ -24,4 +24,4 @@ workflows: context: tymly_global filters: branches: - only: master \ No newline at end of file + only: master