diff --git a/packages/api/cli/src/util/check-system.ts b/packages/api/cli/src/util/check-system.ts index c64f8c4b70..d97aef092b 100644 --- a/packages/api/cli/src/util/check-system.ts +++ b/packages/api/cli/src/util/check-system.ts @@ -33,9 +33,7 @@ const NPM_ALLOWLISTED_VERSIONS = { linux: '>= 5.4.0', }; const YARN_ALLOWLISTED_VERSIONS = { - all: '0.23.3 || 0.24.6 || >= 1.0.0', - darwin: '0.27.5', - linux: '0.27.5', + all: '^1.0.0', }; export function checkValidPackageManagerVersion(packageManager: string, version: string, allowlistedVersions: string) {