CI: update CI definition to use yarn v3
This commit is contained in:
parent
5c96635d79
commit
2eb4408872
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue