15 lines
214 B
JSON
15 lines
214 B
JSON
{
|
|
"packages": {
|
|
"node": "20",
|
|
"pnpm": "9"
|
|
},
|
|
"steps": {
|
|
"install": {
|
|
"commands": [
|
|
"corepack enable",
|
|
"corepack prepare yarn@1 --activate",
|
|
"..."
|
|
]
|
|
}
|
|
}
|
|
}
|