Skip to content

Commit b27216c

Browse files
committed
chore: optimize
1 parent 79975ac commit b27216c

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,8 @@ runs:
2626
with:
2727
version: 1.16.2
2828

29-
- name: Cache dependencies
30-
id: yarn-cache
31-
uses: actions/cache@v3
32-
with:
33-
path: |
34-
**/node_modules
35-
.yarn/install-state.gz
36-
key: ${{ runner.os }}-yarn-ng-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('**/package.json') }}
37-
restore-keys: |
38-
${{ runner.os }}-yarn-ng-${{ hashFiles('**/yarn.lock') }}
39-
${{ runner.os }}-yarn-ng-
40-
4129
- name: Install dependencies
4230
env:
4331
POD_INSTALL: '0'
44-
if: steps.yarn-cache.outputs.cache-hit != 'true'
4532
run: yarn install --no-immutable
4633
shell: bash

0 commit comments

Comments
 (0)