File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 99 with :
1010 node-version-file : .nvmrc
1111
12- - name : Restore dependencies
13- id : yarn-cache
14- uses : actions/cache/restore@v4.2.4
15- with :
16- path : |
17- **/node_modules
18- .yarn/install-state.gz
19- key : ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}-${{ hashFiles('**/package.json', '!node_modules/**') }}
20- restore-keys : |
21- ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
22- ${{ runner.os }}-yarn-
23-
2412 - name : Install dependencies
25- if : steps.yarn-cache.outputs.cache-hit != 'true'
2613 run : yarn install --immutable
2714 shell : bash
28-
29- - name : Cache dependencies
30- if : steps.yarn-cache.outputs.cache-hit != 'true'
31- uses : actions/cache/save@v4.2.4
32- with :
33- path : |
34- **/node_modules
35- .yarn/install-state.gz
36- key : ${{ steps.yarn-cache.outputs.cache-primary-key }}
You can’t perform that action at this time.
0 commit comments