From 2eb44088725f7ef8decb26a71c290982cdefbd3d Mon Sep 17 00:00:00 2001
From: Tom French <tom@tomfren.ch>
Date: Sat, 7 May 2022 16:02:46 +0100
Subject: [PATCH] CI: update CI definition to use yarn v3

---
 .circleci/config.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 546a93ed6..aa2761361 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -47,7 +47,7 @@ jobs:
           keys:
             - v3-dependencies-{{ checksum "yarn.lock" }}
 
-      - run: yarn install --pure-lockfile
+      - run: yarn install --immutable
 
       - save_cache:
           <<: *cached_files
@@ -74,7 +74,7 @@ jobs:
           shell: bash
 
       - run:
-          command: yarn install --pure-lockfile
+          command: yarn install --immutable
           shell: bash
 
       - run:
@@ -96,7 +96,7 @@ jobs:
           keys:
             - v3-dependencies-{{ checksum "yarn.lock" }}
 
-      - run: yarn install --pure-lockfile
+      - run: yarn install --immutable
 
       - run: sudo npm install -g @sentry/cli --unsafe-perm
 
-- 
GitLab