Skip to content

Commit

Permalink
chore: upgrade yarn to 4.2.1 (#1604)
Browse files Browse the repository at this point in the history
* chore: upgrade yarn to 4.2.1

* chore: fix ci
  • Loading branch information
mdjastrzebski committed May 3, 2024
1 parent 913a19b commit 5217c97
Show file tree
Hide file tree
Showing 5 changed files with 2,193 additions and 2,192 deletions.
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.1.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Expand Up @@ -2,4 +2,4 @@ enableGlobalCache: true

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.1.cjs
yarnPath: .yarn/releases/yarn-4.2.1.cjs
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -100,5 +100,5 @@
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"packageManager": "yarn@4.0.1"
"packageManager": "yarn@4.2.1"
}

0 comments on commit 5217c97

Please sign in to comment.