mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-06-29 21:47:32 +00:00
f424e9de13
* chore: update yarn to 3.5.1 * chore: add plugin-interactive-tools yarn pkg * chore: update dev dependencies * chore: eslint fixes * chore: update generated content --------- Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
14 lines
269 B
YAML
14 lines
269 B
YAML
logFilters:
|
|
- code: YN0013
|
|
level: discard
|
|
- code: YN0076
|
|
level: discard
|
|
|
|
nodeLinker: node-modules
|
|
|
|
plugins:
|
|
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
|
spec: "@yarnpkg/plugin-interactive-tools"
|
|
|
|
yarnPath: .yarn/releases/yarn-3.5.1.cjs
|