File tree 1 file changed +7
-7
lines changed 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
uses : actions/setup-node@v1
13
13
14
14
- name : Cache Node.js modules
15
- uses : actions/cache@v1
15
+ uses : actions/cache@v2
16
16
with :
17
17
path : ~/.npm
18
18
key : ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
32
32
run : npm run check
33
33
34
34
- name : Cache TS versions
35
- uses : actions/cache@v1
35
+ uses : actions/cache@v2
36
36
with :
37
37
path : ~/.dts
38
38
key : ${{ runner.OS }}-dts-${{ hashFiles('**/package-lock.json') }}
59
59
uses : actions/setup-node@v1
60
60
61
61
- name : Cache Node.js modules
62
- uses : actions/cache@v1
62
+ uses : actions/cache@v2
63
63
with :
64
64
path : ~/.npm
65
65
key : ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
83
83
uses : actions/setup-node@v1
84
84
85
85
- name : Cache Node.js modules
86
- uses : actions/cache@v1
86
+ uses : actions/cache@v2
87
87
with :
88
88
path : ~/.npm
89
89
key : ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -118,7 +118,7 @@ jobs:
118
118
node-version : ${{ matrix.node_version }}
119
119
120
120
- name : Cache Node.js modules
121
- uses : actions/cache@v1
121
+ uses : actions/cache@v2
122
122
with :
123
123
path : ~/.npm
124
124
key : ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -144,7 +144,7 @@ jobs:
144
144
uses : actions/setup-node@v1
145
145
146
146
- name : Cache Node.js modules
147
- uses : actions/cache@v1
147
+ uses : actions/cache@v2
148
148
with :
149
149
path : ~/.npm
150
150
key : ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -173,7 +173,7 @@ jobs:
173
173
uses : actions/setup-node@v1
174
174
175
175
- name : Cache Node.js modules
176
- uses : actions/cache@v1
176
+ uses : actions/cache@v2
177
177
with :
178
178
path : ~/.npm
179
179
key : ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments