Files
build-push-action/.yarnrc.yml
T

19 lines
322 B
YAML
Raw Normal View History

2026-02-10 17:22:40 +01:00
# https://yarnpkg.com/configuration/yarnrc
compressionLevel: mixed
enableGlobalCache: false
enableHardenedMode: true
2024-05-06 12:01:20 +02:00
logFilters:
- code: YN0013
level: discard
- code: YN0019
level: discard
- code: YN0076
level: discard
2026-02-10 17:22:40 +01:00
- code: YN0086
level: discard
2024-05-06 12:01:20 +02:00
nodeLinker: node-modules
enableScripts: false