File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 uses : actions/cache@v4
2727 with :
2828 path : node_modules
29- key : yarn-modules-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
29+ key : yarn-modules-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-dev
3030 restore-keys : |
3131 yarn-modules-${{ runner.os }}-
3232
6565 uses : actions/cache@v4
6666 with :
6767 path : node_modules
68- key : yarn-modules-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
68+ key : yarn-modules-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-dev
6969 restore-keys : |
7070 yarn-modules-${{ runner.os }}-
7171
@@ -113,7 +113,7 @@ jobs:
113113 uses : actions/cache@v4
114114 with :
115115 path : node_modules
116- key : yarn-modules-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
116+ key : yarn-modules-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-dev
117117 restore-keys : |
118118 yarn-modules-${{ runner.os }}-
119119
You can’t perform that action at this time.
0 commit comments