File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 with :
2828 node-version : ${{ matrix.node-version }}
2929 - name : caching node modules
30- uses : actions/cache@v2.1.4
30+ uses : actions/cache@v2.1.7
3131 with :
3232 path : node_modules
3333 key : ${{ runner.OS }}-build-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 2323 with :
2424 node-version : ${{ matrix.node-version }}
2525 - name : caching node modules
26- uses : actions/cache@v2.1.4
26+ uses : actions/cache@v2.1.7
2727 with :
2828 path : node_modules
2929 key : ${{ runner.OS }}-build-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
6868 registry-url : https://registry.npmjs.org/
6969 scope : ' @gofunky'
7070 - name : caching node modules
71- uses : actions/cache@v2.1.4
71+ uses : actions/cache@v2.1.7
7272 with :
7373 path : node_modules
7474 key : ${{ runner.OS }}-build-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
@@ -105,7 +105,7 @@ jobs:
105105 registry-url : https://npm.pkg.github.com
106106 scope : ' @gofunky'
107107 - name : caching node modules
108- uses : actions/cache@v2.1.4
108+ uses : actions/cache@v2.1.7
109109 with :
110110 path : node_modules
111111 key : ${{ runner.OS }}-build-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
You can’t perform that action at this time.
0 commit comments