From a6b1bfd3444636c7865105c9a090223a4e3e50b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Tue, 1 Sep 2020 17:33:38 +0200 Subject: [PATCH] chore(circle): update Yarn version --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f8bfe2f9..f002a0fd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ aliases: - &install_yarn_version name: Install specific Yarn version command: | - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.21.1 + curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.22.5 echo 'export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"' >> $BASH_ENV - &restore_yarn_cache