Skip to content

Commit f47b79a

Browse files
authored
fix(scripts): use packageManager field for managing yarn version (#1007)
1 parent a57ad1c commit f47b79a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,5 @@
5757
"engines": {
5858
"node": ">=18.0.0"
5959
},
60-
"devEngines": {
61-
"packageManager": {
62-
"name": "yarn",
63-
"version": "4.9.2",
64-
"onFail": "download"
65-
}
66-
}
60+
"packageManager": "[email protected]"
6761
}

0 commit comments

Comments
 (0)