Skip to content

Commit 6d60948

Browse files
authored
Fix package manager version (#197)
* chore: fix package manager version * chore: fix package manager version
1 parent 1e79442 commit 6d60948

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
@@ -90,5 +90,5 @@
9090
"qs": "6.9.7",
9191
"json5": "2.2.3"
9292
},
93-
"packageManager": "yarn"
93+
"packageManager": "^yarn@1.22.19"
9494
}

0 commit comments

Comments
 (0)