From ebadbf2324e0e24083a643b08eaed18560e16d28 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 5 Oct 2020 21:24:24 +0530 Subject: [PATCH] circle ci update --- .circleci/config.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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