From 3aec87829a4c36f60c16b3c954385cba08eb6f50 Mon Sep 17 00:00:00 2001 From: Jonathan Putney Date: Fri, 11 Feb 2022 08:47:07 -0500 Subject: [PATCH] Yarn is already installed in CircleCI --- .circleci/config.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2b3dc99e..b47bad72 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,11 +19,6 @@ jobs: steps: - checkout - # Update npm - - run: - name: update-yarn - command: 'sudo npm install -g yarn@latest' - # Download and cache dependencies - restore_cache: keys: