mirror of
https://github.com/docker/setup-compose-action.git
synced 2026-07-04 05:45:09 +00:00
update yarn to 4.15.0
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
410c00e878
commit
168cd6c426
3 changed files with 9 additions and 6 deletions
11
.yarnrc.yml
11
.yarnrc.yml
|
|
@ -1,10 +1,10 @@
|
|||
# https://yarnpkg.com/configuration/yarnrc
|
||||
|
||||
compressionLevel: mixed
|
||||
enableGlobalCache: false
|
||||
enableHardenedMode: true
|
||||
nodeLinker: node-modules
|
||||
|
||||
logFilters:
|
||||
- code: YN0004
|
||||
level: discard
|
||||
- code: YN0013
|
||||
level: discard
|
||||
- code: YN0019
|
||||
|
|
@ -14,5 +14,8 @@ logFilters:
|
|||
- code: YN0086
|
||||
level: discard
|
||||
|
||||
nodeLinker: node-modules
|
||||
compressionLevel: mixed
|
||||
enableGlobalCache: false
|
||||
enableHardenedMode: true
|
||||
enableScripts: false
|
||||
npmMinimalAgeGate: 2d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue