Skip to content

Commit 42f57cc

Browse files
committed
Allow slightly older yarn version.
Signed-off-by: Thomas Hallgren <[email protected]>
1 parent 74f8d50 commit 42f57cc

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
@@ -3,7 +3,7 @@
33
"private": true,
44
"engines": {
55
"npm": "Please use yarn instead of npm",
6-
"yarn": "^1.22.17",
6+
"yarn": "^1.22.4",
77
"node": ">=15.0.0"
88
},
99
"dependencies": {

0 commit comments

Comments
 (0)