Skip to content

Commit e0ee1b0

Browse files
committed
chore: enable Yarn 4 on CI (attempt 1)
1 parent 817d4ed commit e0ee1b0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.yarnrc.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1+
enableGlobalCache: true
2+
13
nodeLinker: node-modules
4+
5+
plugins:
6+
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
7+
spec: "@yarnpkg/plugin-workspace-tools"
8+
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
9+
spec: "@yarnpkg/plugin-interactive-tools"
10+
11+
yarnPath: .yarn/releases/yarn-berry.cjs

0 commit comments

Comments
 (0)