File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,12 @@ jobs:
20
20
at : ~/react-native-testing-library
21
21
- restore_cache :
22
22
keys :
23
- - dependencies-{{ checksum "package.json" }}
24
- - dependencies-
25
- - run : yarn install
23
+ - dependencies-{{ checksum "yarn.lock" }}
24
+ - run : yarn install --frozen-lockfile --no-progress --non-interactive --cache-folder ~/.cache/yarn
26
25
- save_cache :
27
- key : dependencies-{{ checksum "package.json " }}
26
+ key : dependencies-{{ checksum "yarn.lock " }}
28
27
paths :
29
- - node_modules
28
+ - ~/.cache/yarn
30
29
- persist_to_workspace :
31
30
root : .
32
31
paths :
Original file line number Diff line number Diff line change @@ -3516,10 +3516,10 @@ flatted@^2.0.0:
3516
3516
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.0.tgz#55122b6536ea496b4b44893ee2608141d10d9916"
3517
3517
integrity sha512-R+H8IZclI8AAkSBRQJLVOsxwAoHd6WC40b4QTNWIjzAa6BXOBfQcM587MXDTVPeYaopFNWHUFLx7eNmHDSxMWg==
3518
3518
3519
- flow-bin@^0.103 .0 :
3520
- version "0.103 .0"
3521
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.103 .0.tgz#7aec510d85e1c1b0f2b912bb988337d70035cb0f "
3522
- integrity sha512-Y3yrnE5ICN1Kl/y10BwjA3JSuS+gt4jVPNyUNCZb0RqmkdssMrW8QNNysJYvhgAY/JBJH8Qv7NVUf11MiwfSlA ==
3519
+ flow-bin@^0.104 .0 :
3520
+ version "0.104 .0"
3521
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.104 .0.tgz#ef5b3600dfd36abe191a87d19f66e481bad2e235 "
3522
+ integrity sha512-EZXRRmf7m7ET5Lcnwm/I/T8G3d427Bq34vmO3qIlRcPIYloGuVoqRCwjaeezLRDntHkdciagAKbhJ+NTbDjnkw ==
3523
3523
3524
3524
flow-copy-source@^2.0.6 :
3525
3525
version "2.0.7"
You can’t perform that action at this time.
0 commit comments