File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 with :
1111 node-version : ${{ matrix.node-version }}
1212 cache : " npm"
13- - uses : actions/cache@v2
13+ - uses : actions/cache@v3
1414 with :
1515 path : " **/node_modules"
1616 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/package.json') }}
2727 with :
2828 node-version : ${{ matrix.node-version }}
2929 cache : " npm"
30- - uses : actions/cache@v2
30+ - uses : actions/cache@v3
3131 with :
3232 path : " **/node_modules"
3333 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/package.json') }}
4747 with :
4848 node-version : ${{ matrix.node-version }}
4949 cache : " npm"
50- - uses : actions/cache@v2
50+ - uses : actions/cache@v3
5151 with :
5252 path : " **/node_modules"
5353 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/package.json') }}
6565 with :
6666 node-version : ${{ matrix.node-version }}
6767 cache : " npm"
68- - uses : actions/cache@v2
68+ - uses : actions/cache@v3
6969 with :
7070 path : " **/node_modules"
7171 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/package.json') }}
You can’t perform that action at this time.
0 commit comments