File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
node-version : " 16.x"
16
16
17
17
- name : Cache node modules
18
- uses : actions/cache@v3
18
+ uses : actions/cache@v4
19
19
with :
20
20
path : node_modules
21
21
key : ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 20
20
node-version : " 16.x"
21
21
22
22
- name : Cache node modules
23
- uses : actions/cache@v3
23
+ uses : actions/cache@v4
24
24
with :
25
25
path : node_modules
26
26
key : ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 15
15
node-version : " 16.x"
16
16
17
17
- name : Cache node modules
18
- uses : actions/cache@v3
18
+ uses : actions/cache@v4
19
19
with :
20
20
path : node_modules
21
21
key : ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments