File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
- run :
13
13
name : Install yarn
14
14
command : |
15
- sudo npm install -g yarn --quiet
15
+ sudo npm install -g yarn --quiet --force
16
16
yarn install --pure-lockfile
17
17
- run :
18
18
name : Run Toolkit Build
37
37
- run :
38
38
name : Install yarn
39
39
command : |
40
- sudo npm install -g yarn --quiet
40
+ sudo npm install -g yarn --quiet --force
41
41
yarn install --pure-lockfile
42
42
mkdir ci # Avoid error if not exists
43
43
- run :
63
63
- run :
64
64
name : Install yarn
65
65
command : |
66
- sudo npm install -g yarn --quiet
66
+ sudo npm install -g yarn --quiet --force
67
67
yarn install --pure-lockfile
68
68
- run :
69
69
name : Run Toolkit CI
88
88
- run :
89
89
name : Install yarn
90
90
command : |
91
- sudo npm install -g yarn --quiet
91
+ sudo npm install -g yarn --quiet --force
92
92
yarn install --pure-lockfile
93
93
- run :
94
94
name : Run Toolkit CI
You can’t perform that action at this time.
0 commit comments