We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79975ac commit b27216cCopy full SHA for b27216c
1 file changed
.github/actions/setup/action.yml
@@ -26,21 +26,8 @@ runs:
26
with:
27
version: 1.16.2
28
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
-
41
- name: Install dependencies
42
env:
43
POD_INSTALL: '0'
44
- if: steps.yarn-cache.outputs.cache-hit != 'true'
45
run: yarn install --no-immutable
46
shell: bash
0 commit comments