Skip to content

Commit

Permalink
(chore) Upgrade to Yarn V4
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher committed Oct 30, 2023
1 parent 51ceb5a commit 0f93433
Show file tree
Hide file tree
Showing 8 changed files with 7,107 additions and 7,600 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "16.15"
registry-url: "https://registry.npmjs.org"
node-version: "18"

- name: Cache dependencies
id: cache
Expand Down Expand Up @@ -64,8 +65,8 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "16.15"
registry-url: "https://registry.npmjs.org"
node-version: "18"

- name: Cache dependencies
id: cache
Expand Down Expand Up @@ -116,8 +117,8 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "16.15"
registry-url: "https://registry.npmjs.org"
node-version: "18"

- name: Cache dependencies
id: cache
Expand Down
550 changes: 0 additions & 550 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

This file was deleted.

28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

807 changes: 0 additions & 807 deletions .yarn/releases/yarn-3.3.0.cjs

This file was deleted.

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

Large diffs are not rendered by default.

12 changes: 5 additions & 7 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
nodeLinker: node-modules
compressionLevel: mixed

enableGlobalCache: false

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.3.0.cjs
yarnPath: .yarn/releases/yarn-4.0.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
"resolutions": {
"minipass": "3.3.5"
},
"packageManager": "yarn@3.3.0"
"packageManager": "yarn@4.0.1"
}
12,408 changes: 6,204 additions & 6,204 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 0f93433

Please sign in to comment.