CI: update CI definition to use yarn v3

This commit is contained in:
Tom French 2022-05-07 16:02:46 +01:00 committed by James Long
parent 5c96635d79
commit 2eb4408872

View file

@ -47,7 +47,7 @@ jobs:
keys: keys:
- v3-dependencies-{{ checksum "yarn.lock" }} - v3-dependencies-{{ checksum "yarn.lock" }}
- run: yarn install --pure-lockfile - run: yarn install --immutable
- save_cache: - save_cache:
<<: *cached_files <<: *cached_files
@ -74,7 +74,7 @@ jobs:
shell: bash shell: bash
- run: - run:
command: yarn install --pure-lockfile command: yarn install --immutable
shell: bash shell: bash
- run: - run:
@ -96,7 +96,7 @@ jobs:
keys: keys:
- v3-dependencies-{{ checksum "yarn.lock" }} - v3-dependencies-{{ checksum "yarn.lock" }}
- run: yarn install --pure-lockfile - run: yarn install --immutable
- run: sudo npm install -g @sentry/cli --unsafe-perm - run: sudo npm install -g @sentry/cli --unsafe-perm