mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
Upgraded yarn and added interactive-tools plugin. This is to align yarn version with the other `actual` repositories.
10 lines
288 B
YAML
10 lines
288 B
YAML
nodeLinker: node-modules
|
|
|
|
plugins:
|
|
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
|
spec: '@yarnpkg/plugin-workspace-tools'
|
|
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
|
spec: "@yarnpkg/plugin-interactive-tools"
|
|
|
|
yarnPath: .yarn/releases/yarn-3.4.1.cjs
|