Skip to content

Commit 5f6c0f0

Browse files
committed
ci: solve deps install job issues
1 parent b41c6a0 commit 5f6c0f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ jobs:
1515
- yarn3-node18-{{ checksum "yarn.lock" }}
1616
- yarn3-node18
1717
paths:
18-
- ~/yarn/cache
18+
- ~/project/.yarn/cache
1919
- run:
2020
command: yarn install --immutable
2121
- save_cache:
2222
key: yarn3-node18-{ checksum "yarn.lock" }}
2323
paths:
24-
- ~/yarn/cache
24+
- ~/project/.yarn/cache
2525
- persist_to_workspace:
2626
root: ~/project
2727
paths:
2828
- node_modules
29-
- ~/yarn/cache
29+
- .yarn/cache
3030

3131
code-lint:
3232
executor: node-step

0 commit comments

Comments
 (0)