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 20
20
with :
21
21
node-version : 16
22
22
- name : Cache node modules
23
- uses : actions/cache@v3
23
+ uses : actions/cache@v4
24
24
with :
25
25
path : ~/.npm
26
26
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
43
43
with :
44
44
node-version : 16
45
45
- name : Cache node modules
46
- uses : actions/cache@v3
46
+ uses : actions/cache@v4
47
47
with :
48
48
path : ~/.npm
49
49
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
66
66
with :
67
67
node-version : 16
68
68
- name : Cache node modules
69
- uses : actions/cache@v3
69
+ uses : actions/cache@v4
70
70
with :
71
71
path : ~/.npm
72
72
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
93
93
with :
94
94
node-version : 16
95
95
- name : Cache node modules
96
- uses : actions/cache@v3
96
+ uses : actions/cache@v4
97
97
with :
98
98
path : ~/.npm
99
99
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments