Skip to content

Commit

Permalink
Merge pull request #395 from Fryguy/yarn4
Browse files Browse the repository at this point in the history
Update yarn to 4.0.0.rc51 since it's works on s390x

(cherry picked from commit 59dc8f7)
  • Loading branch information
bdunne authored and Fryguy committed Sep 25, 2023
1 parent f3d2b33 commit 8784e3c
Show file tree
Hide file tree
Showing 5 changed files with 897 additions and 876 deletions.
873 changes: 0 additions & 873 deletions .yarn/releases/yarn-3.5.0.cjs

This file was deleted.

891 changes: 891 additions & 0 deletions .yarn/releases/yarn-4.0.0-rc.51.cjs

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
compressionLevel: mixed

enableGlobalCache: true

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.5.0.cjs
yarnPath: .yarn/releases/yarn-4.0.0-rc.51.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"npm": ">= 8.6.0",
"yarn": ">= 0.20.1"
},
"packageManager": "yarn@3.5.0"
"packageManager": "yarn@4.0.0-rc.51"
}
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# Manual changes might be lost - proceed with caution!

__metadata:
version: 6
version: 8
cacheKey: 10

"manageiq-providers-lenovo@workspace:.":
version: 0.0.0-use.local
Expand Down

0 comments on commit 8784e3c

Please sign in to comment.