File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
node-version : ${{ matrix.node }}
24
24
25
25
- name : Cache node_modules 📦
26
- uses : actions/cache@v4.1.2
26
+ uses : actions/cache@v4.2.0
27
27
with :
28
28
path : ~/.npm
29
29
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 23
23
node-version : ${{ matrix.node }}
24
24
25
25
- name : Cache node_modules 📦
26
- uses : actions/cache@v4.1.2
26
+ uses : actions/cache@v4.2.0
27
27
with :
28
28
path : ~/.npm
29
29
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
54
54
node-version : ${{ matrix.node }}
55
55
56
56
- name : Cache node_modules 📦
57
- uses : actions/cache@v4.1.2
57
+ uses : actions/cache@v4.2.0
58
58
with :
59
59
path : ~/.npm
60
60
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments