Skip to content

Commit e6859ac

Browse files
authored
Merge pull request #1863 from Fryguy/yarn4
Upgrade to yarn 4.0.0-rc.51 which works on s390x
2 parents f0a0710 + bcf35fc commit e6859ac

File tree

5 files changed

+4823
-4803
lines changed

5 files changed

+4823
-4803
lines changed

.yarn/releases/yarn-3.5.0.cjs

Lines changed: 0 additions & 873 deletions
This file was deleted.

.yarn/releases/yarn-4.0.0-rc.51.cjs

Lines changed: 891 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
compressionLevel: mixed
2+
13
enableGlobalCache: true
24

35
nodeLinker: node-modules
46

5-
yarnPath: .yarn/releases/yarn-3.5.0.cjs
7+
yarnPath: .yarn/releases/yarn-4.0.0-rc.51.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"node": ">= 18.0.0",
136136
"npm": ">= 8.6.0"
137137
},
138-
"packageManager": "yarn@3.5.0",
138+
"packageManager": "yarn@4.0.0-rc.51",
139139
"resolutions": {
140140
"array-includes": "3.1.6",
141141
"array.prototype.flat": "1.3.1",

0 commit comments

Comments
 (0)