From e7aa8838494db05e3fc0245961295dc360d9720a Mon Sep 17 00:00:00 2001 From: Anant Bhasin <38764067+aKn1ghtOut@users.noreply.github.com> Date: Wed, 25 Aug 2021 18:21:39 +0000 Subject: [PATCH] Node already installed --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d1b71ef4c..229cf919f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -203,9 +203,6 @@ commands: steps: - checkout - - node/install: - install-yarn: true - - restore_cache: *restore-npm-cache-linux - run: *install-npm-modules