Skip to content

Commit

Permalink
build: downgrade Yarn to 3.7.0
Browse files Browse the repository at this point in the history
to work around yarnpkg/berry#5165 until 4.0.3 is released
  • Loading branch information
turadg committed Jan 25, 2024
1 parent a35744b commit f3c86cf
Show file tree
Hide file tree
Showing 6 changed files with 548 additions and 548 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"fromTag": null
},
"license": "Apache-2.0",
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@3.7.0",
"devDependencies": {
"prettier": "^3.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion proposals/34:upgrade-10/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"scripts": {
"agops": "yarn --cwd /usr/src/agoric-sdk/ --silent agops"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@3.7.0"
}
2 changes: 1 addition & 1 deletion proposals/43:upgrade-11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"scripts": {
"agops": "yarn --cwd /usr/src/agoric-sdk/ --silent agops"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@3.7.0"
}
2 changes: 1 addition & 1 deletion proposals/49:smart-wallet-nft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"ava": {
"timeout": "30s"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@3.7.0"
}
Loading

0 comments on commit f3c86cf

Please sign in to comment.