1
0
mirror of https://gitea.com/docker/setup-qemu-action.git synced 2026-02-02 05:04:30 +07:00
Files
setup-qemu/.yarnrc.yml
2025-11-05 14:51:16 +01:00

20 lines
347 B
YAML

# https://yarnpkg.com/configuration/yarnrc
compressionLevel: mixed
enableGlobalCache: false
enableHardenedMode: true
logFilters:
- code: YN0013
level: discard
- code: YN0019
level: discard
- code: YN0076
level: discard
- code: YN0086
level: discard
nodeLinker: node-modules
npmAuthToken: "${NODE_AUTH_TOKEN:-fallback}"