Skip to content

Commit fbb6d7d

Browse files
committed
build: fix loose yarn engine range (#25183)
Renovate incorrectly is fine using Yarn 2+ for the components repo because our enignes field is too loose. (cherry picked from commit 64ce3b9)
1 parent 6461147 commit fbb6d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "MIT",
1111
"engines": {
1212
"node": ">=14.0.0 <17.0.0",
13-
"yarn": ">= 1.0.0",
13+
"yarn": "^1.22.17",
1414
"npm": "Please use Yarn instead of NPM to install dependencies. See: https://yarnpkg.com/lang/en/docs/install/"
1515
},
1616
"scripts": {

0 commit comments

Comments
 (0)