File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383 - name : Cache node_modules
8484 uses : actions/cache@v3
8585 with :
86- key : ${{ runner .os }}-${{ env.VER }}-node${{ matrix.node }}-node_modules-${{ hashFiles('**/yarn.lock', '**/package.json') }}
86+ key : ${{ matrix .os }}-${{ env.VER }}-node${{ matrix.node }}-node_modules-${{ hashFiles('**/yarn.lock', '**/package.json') }}
8787 path : node_modules
8888 - name : Install Dependencies
8989 shell : bash
@@ -180,7 +180,7 @@ jobs:
180180 - name : Cache node_modules
181181 uses : actions/cache@v3
182182 with :
183- key : ${{ runner .os }}-${{ env.VER }}-node${{ matrix.node }}-node_modules-${{ hashFiles('**/yarn.lock', '**/package.json') }}
183+ key : ${{ matrix .os }}-${{ env.VER }}-node${{ matrix.node }}-node_modules-${{ hashFiles('**/yarn.lock', '**/package.json') }}
184184 path : node_modules
185185 - name : Install Dependencies
186186 shell : bash
You can’t perform that action at this time.
0 commit comments