File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed
Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 5151 ~/.npm
5252 .next/cache
5353 node_modules/.cache
54- key : cache-${{ hashFiles('package-lock.json') }}
55- restore-keys : cache-
54+ key : cache-${{ hashFiles('package-lock.json') }}-
55+ restore-keys : |
56+ cache-${{ hashFiles('package-lock.json') }}-
57+ cache-
5658
5759 - name : Set up Node.js
5860 uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8
8688 ~/.npm
8789 .next/cache
8890 node_modules/.cache
89- key : cache-${{ hashFiles('package-lock.json') }}
91+ key : cache-${{ hashFiles('package-lock.json') }}-${{ hashFiles('.next/cache/**') }}
9092
9193 analysis :
9294 name : Analysis
@@ -104,8 +106,10 @@ jobs:
104106 ~/.npm
105107 .next/cache
106108 node_modules/.cache
107- key : cache-${{ hashFiles('package-lock.json') }}
108- restore-keys : cache-
109+ key : cache-${{ hashFiles('package-lock.json') }}-
110+ restore-keys : |
111+ cache-${{ hashFiles('package-lock.json') }}-
112+ cache-
109113
110114 - name : Download PR Bundle Analysis
111115 uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
Original file line number Diff line number Diff line change 3636 .next/cache
3737 node_modules/.cache
3838 key : cache-${{ hashFiles('package-lock.json') }}-
39- restore-keys : cache-
39+ restore-keys : |
40+ cache-${{ hashFiles('package-lock.json') }}-
41+ cache-
4042
4143 - name : Set up Node.js
4244 uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8
8082 ~/.npm
8183 .next/cache
8284 node_modules/.cache
83- key : cache-${{ hashFiles('package-lock.json') }}
84- restore-keys : cache-
85+ key : cache-${{ hashFiles('package-lock.json') }}-
86+ restore-keys : |
87+ cache-${{ hashFiles('package-lock.json') }}-
88+ cache-
8589
8690 - name : Set up Node.js
8791 uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8
You can’t perform that action at this time.
0 commit comments