File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
with :
12
12
node-version : 18
13
13
- name : Cache Node.js modules
14
- uses : actions/cache@v4.0.1
14
+ uses : actions/cache@v4
15
15
with :
16
16
path : ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
17
17
key : ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 47
47
with :
48
48
node-version : 18
49
49
- name : Cache Node.js modules
50
- uses : actions/cache@v4.0.1
50
+ uses : actions/cache@v4
51
51
with :
52
52
path : ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
53
53
key : ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
78
78
with :
79
79
node-version : 18
80
80
- name : Cache Node.js modules
81
- uses : actions/cache@v4.0.1
81
+ uses : actions/cache@v4
82
82
with :
83
83
path : ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
84
84
key : ${{ runner.OS }}-main-node2-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 13
13
with :
14
14
node-version : 18
15
15
- name : Cache Node.js modules
16
- uses : actions/cache@v4.0.1
16
+ uses : actions/cache@v4
17
17
with :
18
18
path : ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
19
19
key : ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments