Skip to content

Commit 040ab31

Browse files
authored
Fixed yarn version (#299)
1 parent d148104 commit 040ab31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"engines": {
7272
"node": ">=18.12",
7373
"npm": ">=9",
74-
"yarn": ">=1.22"
74+
"yarn": "1.22.x"
7575
},
7676
"devDependencies": {
7777
"@babel/cli": "^7.24.7",

0 commit comments

Comments
 (0)