Skip to content

Commit 37e77c4

Browse files
chore(): pin yarn to v3.8.7
| datasource | package | from | to | | ---------- | ------------ | ----- | ----- | | npm | @yarnpkg/cli | 3.5.1 | 3.8.7 |
1 parent 139a319 commit 37e77c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"private": true,
44
"version": "0.0.0",
55
"description": "This is a monorepo for various libraries.",
6-
"packageManager": "yarn@3.5.1",
6+
"packageManager": "yarn@3.8.7",
77
"engines": {
88
"node": ">=v16",
9-
"yarn": ">=3.5.1"
9+
"yarn": ">=3.8.7"
1010
},
1111
"scripts": {
1212
"build": "yarn exec:foreach run build",

0 commit comments

Comments
 (0)