diff --git a/.circleci/config.yml b/.circleci/config.yml index c46f4e4..7b8333d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,8 +13,6 @@ jobs: paths: - ~/.cache/yarn check_format: - docker: - - image: cimg/node:14.10.1 steps: - checkout - run : yarn lint && yarn format:check