Merge pull request #4279 from SukkaW/package-json-corepack

chore: specify yarn 1 in package.json
This commit is contained in:
fred-bf
2024-03-13 20:09:57 +08:00
committed by GitHub

View File

@@ -63,5 +63,6 @@
},
"resolutions": {
"lint-staged/yaml": "^2.2.2"
}
}
},
"packageManager": "yarn@1.22.19"
}