diff options
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 9baf7df17..b6f11a548 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "engines": { "node": ">=18" }, + "packageManager": "yarn@1.22.19", "scripts": { "prepare": "is-ci || husky install", "postinstall": "patch-package && yarn intl:compile", |