Skip to content

Commit e44788a

Browse files
committed
fix(ci): switch from PnP to node-modules linker
Yarn 4 PnP strict mode doesn't resolve transitive peer dependencies, causing cascading failures in release-it's conventional-changelog chain. Switching to node-modules linker avoids this entirely.
1 parent 4618fba commit e44788a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.yarnrc.yml

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

0 commit comments

Comments
 (0)