Skip to content

Commit

Permalink
fix: put yarn 3 as min requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
brunozoric committed Jan 9, 2025
1 parent 7ceaf4d commit 2dcad5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/system-requirements/constraints.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npm": ">=10",
"npx": ">=10",
"yarn": ">=1.22.21 || >=4.6.0",
"yarn": ">=1.22.21 || >=3",
"node": ">=20"
}

0 comments on commit 2dcad5e

Please sign in to comment.