Skip to content

Commit 88da67f

Browse files
committed
chore: upgrade yarn
1 parent 0e7f4b8 commit 88da67f

File tree

7 files changed

+4973
-6412
lines changed

7 files changed

+4973
-6412
lines changed

.github/actions/setup/action.yml

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ runs:
99
with:
1010
node-version-file: .nvmrc
1111

12+
- name: Enable Corepack
13+
run: corepack enable
14+
shell: bash
15+
1216
- name: Cache dependencies
1317
id: yarn-cache
1418
uses: actions/cache@v3

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

-541
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

-28
This file was deleted.

.yarn/releases/yarn-3.6.1.cjs

-874
This file was deleted.

.yarnrc.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
nodeLinker: node-modules
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
4+
25
nmHoistingLimits: workspaces
36

4-
plugins:
5-
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
6-
spec: "@yarnpkg/plugin-interactive-tools"
7-
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
8-
spec: "@yarnpkg/plugin-workspace-tools"
7+
nodeLinker: node-modules
98

10-
yarnPath: .yarn/releases/yarn-3.6.1.cjs
9+
plugins:
10+
spec: "@yarnpkg/plugin-workspace-tools"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"workspaces": [
9595
"example"
9696
],
97-
"packageManager": "yarn@3.6.1",
97+
"packageManager": "yarn@4.1.1",
9898
"jest": {
9999
"preset": "react-native",
100100
"modulePathIgnorePatterns": [

yarn.lock

+4,961-4,961
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)