Skip to content

Commit

Permalink
chore(): pin yarn to v3.8.7
Browse files Browse the repository at this point in the history
| datasource | package      | from  | to    |
| ---------- | ------------ | ----- | ----- |
| npm        | @yarnpkg/cli | 3.5.1 | 3.8.7 |
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 139a319 commit 37e77c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"private": true,
"version": "0.0.0",
"description": "This is a monorepo for various libraries.",
"packageManager": "yarn@3.5.1",
"packageManager": "yarn@3.8.7",
"engines": {
"node": ">=v16",
"yarn": ">=3.5.1"
"yarn": ">=3.8.7"
},
"scripts": {
"build": "yarn exec:foreach run build",
Expand Down

0 comments on commit 37e77c4

Please sign in to comment.