Skip to content

Commit 5bbdbbc

Browse files
committed
chore: update yarn
1 parent 9b37692 commit 5bbdbbc

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.circleci/config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ jobs:
2929
- run:
3030
name: Install dependencies
3131
command: |
32-
yarn install --cwd example --frozen-lockfile
33-
yarn install --cwd docs --frozen-lockfile
34-
yarn install --frozen-lockfile
32+
sudo corepack enable
33+
yarn set version berry
34+
yarn --cwd example --frozen-lockfile
35+
yarn --cwd docs --frozen-lockfile
36+
yarn --frozen-lockfile
3537
- save_cache:
3638
key: dependencies-{{ checksum "package.json" }}
3739
paths:

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,5 +162,6 @@
162162
}
163163
]
164164
]
165-
}
165+
},
166+
"packageManager": "[email protected]"
166167
}

0 commit comments

Comments
 (0)