Yarn is already installed in CircleCI

This commit is contained in:
Jonathan Putney
2022-02-11 08:47:07 -05:00
parent e9b59e474d
commit 3aec87829a

View File

@@ -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: