File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,17 @@ commands:
13
13
at : ~/react-native-paper
14
14
15
15
jobs :
16
+ update-yarn :
17
+ executor : default
18
+ steps :
19
+ - checkout
20
+ - attach_project
21
+ - run :
22
+ name : " Enable Corepack and upgrade Yarn"
23
+ command : |
24
+ sudo corepack enable
25
+ yarn set version berry
26
+ yarn
16
27
install-dependencies :
17
28
executor : default
18
29
steps :
@@ -127,7 +138,10 @@ jobs:
127
138
workflows :
128
139
build-and-test :
129
140
jobs :
130
- - install-dependencies
141
+ - update-yarn
142
+ - install-dependencies :
143
+ requires :
144
+ - update-yarn
131
145
- lint :
132
146
requires :
133
147
- install-dependencies
Original file line number Diff line number Diff line change
1
+ nodeLinker : node-modules
Original file line number Diff line number Diff line change 162
162
}
163
163
]
164
164
]
165
- }
165
+ },
166
+ "packageManager" :
" [email protected] "
166
167
}
You can’t perform that action at this time.
0 commit comments