Skip to content

Commit

Permalink
Update yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Jan 6, 2024
1 parent 977be91 commit ddf54f4
Show file tree
Hide file tree
Showing 6 changed files with 2,290 additions and 1,937 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
node-version: 21
cache: "yarn"
- name: Setup Yarn v3
- name: Setup Yarn v4
run: |
corepack enable
corepack prepare yarn@stable --activate
Expand Down
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
compressionLevel: mixed

enableGlobalCache: true

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
yarnPath: .yarn/releases/yarn-4.0.2.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,6 @@
"buildResources": "assets",
"output": "dist_electron"
}
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit ddf54f4

Please sign in to comment.