File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 3636 run : |
3737 python -m pip install --upgrade pip
3838 python -m pip install -U codecov
39+ yarn --version
3940 yarn install
4041
4142 - name : Install package
Original file line number Diff line number Diff line change @@ -26,20 +26,13 @@ jobs:
2626 with :
2727 node-version : ' 18'
2828
29- - name : Setup Yarn
30- run : |
31- corepack enable
32- corepack prepare yarn@4.6.0 --activate
33- echo 'nodeLinker: node-modules' > .yarnrc.yml
34-
3529 - name : Install dependencies
3630 run : |
3731 python -m pip install --upgrade pip
3832 python -m pip install build
3933 python -m pip install -U codecov
4034 yarn --version
41- yarn config set nodeLinker node-modules
42- YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install
35+ yarn install
4336
4437 - name : Install package
4538 run : |
You can’t perform that action at this time.
0 commit comments