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 10
10
with :
11
11
node-version : ${{ matrix.node-version }}
12
12
cache : " npm"
13
- - uses : actions/cache@v2
13
+ - uses : actions/cache@v3
14
14
with :
15
15
path : " **/node_modules"
16
16
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/package.json') }}
27
27
with :
28
28
node-version : ${{ matrix.node-version }}
29
29
cache : " npm"
30
- - uses : actions/cache@v2
30
+ - uses : actions/cache@v3
31
31
with :
32
32
path : " **/node_modules"
33
33
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/package.json') }}
47
47
with :
48
48
node-version : ${{ matrix.node-version }}
49
49
cache : " npm"
50
- - uses : actions/cache@v2
50
+ - uses : actions/cache@v3
51
51
with :
52
52
path : " **/node_modules"
53
53
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/package.json') }}
65
65
with :
66
66
node-version : ${{ matrix.node-version }}
67
67
cache : " npm"
68
- - uses : actions/cache@v2
68
+ - uses : actions/cache@v3
69
69
with :
70
70
path : " **/node_modules"
71
71
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/package.json') }}
You can’t perform that action at this time.
0 commit comments