fix: enable corepack and install yarn before pnpm install
This commit is contained in:
parent
79a439c634
commit
59714b2d83
1 changed files with 10 additions and 2 deletions
|
|
@ -1,7 +1,15 @@
|
|||
{
|
||||
"packages": {
|
||||
"node": "20",
|
||||
"pnpm": "9",
|
||||
"yarn": "1"
|
||||
"pnpm": "9"
|
||||
},
|
||||
"steps": {
|
||||
"install": {
|
||||
"commands": [
|
||||
"corepack enable",
|
||||
"corepack prepare yarn@1 --activate",
|
||||
"..."
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue