diff --git a/.circleci/config.yml b/.circleci/config.yml index 0971d2ed2..69a11564c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,14 +1,12 @@ version: 2.1 orbs: - node: circleci/node@4.1.0 + node: circleci/node@4.8.2 jobs: - build: + validate: executor: name: node/default tag: '14' steps: - checkout - - node/with-cache: - steps: - - run: yarn + - run: yarn - run: yarn test