From 64f97919d2eae35316784d78ec45543036bc1468 Mon Sep 17 00:00:00 2001 From: Alyssa Date: Tue, 7 May 2019 14:58:54 +0200 Subject: [PATCH] fix(circle ci): force yarn --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c079676..48df3a6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,8 +16,11 @@ jobs: - attach_workspace: at: ~/project - node/with-cache: - cache-version: v3 + cache-version: v2 steps: + - run: + name: Yarn + command: yarn - run: name: Yarn install command: yarn install