Skip to content

Commit

Permalink
build: fix loose yarn engine range (#25183)
Browse files Browse the repository at this point in the history
Renovate incorrectly is fine using Yarn 2+ for the components
repo because our enignes field is too loose.
  • Loading branch information
devversion committed Jun 28, 2022
1 parent 3f32722 commit 64ce3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"engines": {
"node": ">=14.0.0 <17.0.0",
"yarn": ">= 1.0.0",
"yarn": "^1.22.17",
"npm": "Please use Yarn instead of NPM to install dependencies. See: https://yarnpkg.com/lang/en/docs/install/"
},
"scripts": {
Expand Down

0 comments on commit 64ce3b9

Please sign in to comment.