Skip to content

Commit

Permalink
Fix yarn on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LogvinovLeon committed Feb 1, 2024
1 parent 584cd54 commit be0b0d1
Show file tree
Hide file tree
Showing 7 changed files with 1,590 additions and 1,613 deletions.
923 changes: 456 additions & 467 deletions .pnp.cjs

Large diffs are not rendered by default.

44 changes: 15 additions & 29 deletions .pnp.loader.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified .yarn/install-state.gz
Binary file not shown.
672 changes: 336 additions & 336 deletions .yarn/releases/yarn-4.0.2.cjs → .yarn/releases/yarn-4.1.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ nodeLinker: pnp

pnpMode: strict

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.1.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typecheck:all": "yarn workspaces foreach --all --parallel --verbose run typecheck",
"format:all": "yarn workspaces foreach --all --parallel --verbose run format"
},
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.1.0",
"devDependencies": {
"eslint": "^8.56.0",
"prettier": "^3.2.2",
Expand Down
Loading

0 comments on commit be0b0d1

Please sign in to comment.