File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 1212 if : ${{ github.actor != 'dependabot[bot]' }}
1313
1414 steps :
15- - uses : actions/checkout@v2
16- - uses : EgorDm/gha-yarn-node-cache@v1
17-
1815 - name : Install dependencies
1916 run : yarn install --prod
2017
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v2
15- - uses : EgorDm/gha-yarn-node-cache@v1
16-
1714 - name : Install dependencies
1815 run : yarn install --prod
1916
2421 runs-on : ubuntu-latest
2522
2623 steps :
27- - uses : actions/checkout@v2
28- - uses : EgorDm/gha-yarn-node-cache@v1
29-
3024 - name : Install dependencies
3125 run : yarn install
3226
3731 runs-on : ubuntu-latest
3832
3933 steps :
40- - uses : actions/checkout@v2
41- - uses : EgorDm/gha-yarn-node-cache@v1
42-
4334 - name : Install dependencies
4435 run : yarn install
4536
You can’t perform that action at this time.
0 commit comments