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
commit 61ce3868b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

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