Skip to content

Commit 22b48a4

Browse files
authored
Merge pull request #559 from crazy-max/yarn-update
update yarn to 4.15.0
2 parents fa8b94d + 5858c5d commit 22b48a4

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

.yarnrc.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# https://yarnpkg.com/configuration/yarnrc
22

3-
compressionLevel: mixed
4-
enableGlobalCache: false
5-
enableHardenedMode: true
3+
nodeLinker: node-modules
64

75
logFilters:
6+
- code: YN0004
7+
level: discard
88
- code: YN0013
99
level: discard
1010
- code: YN0019
@@ -14,5 +14,8 @@ logFilters:
1414
- code: YN0086
1515
level: discard
1616

17-
nodeLinker: node-modules
17+
compressionLevel: mixed
18+
enableGlobalCache: false
19+
enableHardenedMode: true
1820
enableScripts: false
21+
npmMinimalAgeGate: 2d

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"author": "Docker Inc.",
2323
"license": "Apache-2.0",
24-
"packageManager": "yarn@4.9.2",
24+
"packageManager": "yarn@4.15.0",
2525
"dependencies": {
2626
"@actions/core": "^3.0.1",
2727
"@docker/actions-toolkit": "^0.91.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Manual changes might be lost - proceed with caution!
33

44
__metadata:
5-
version: 8
5+
version: 10
66
cacheKey: 10
77

88
"@aashutoshrathi/word-wrap@npm:^1.2.3":

0 commit comments

Comments
 (0)