File tree 3 files changed +8
-0
lines changed
3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 19
19
- uses : actions/setup-node@v4
20
20
with :
21
21
node-version : 22
22
+ cache : ' npm'
22
23
- run : npm ci
23
24
- run : npm test
24
25
env :
Original file line number Diff line number Diff line change 21
21
- uses : actions/setup-node@v4
22
22
with :
23
23
node-version : 22
24
+ cache : ' npm'
24
25
- run : npm ci
25
26
- run : npm test
26
27
env :
Original file line number Diff line number Diff line change 21
21
uses : actions/setup-node@v4
22
22
with :
23
23
node-version : 22.x
24
+ cache : ' npm'
24
25
25
26
- run : npm ci
26
27
- run : |
48
49
uses : actions/setup-node@v4
49
50
with :
50
51
node-version : 22.x
52
+ cache : ' npm'
51
53
52
54
- uses : actions/download-artifact@v4
53
55
with :
84
86
uses : actions/setup-node@v4
85
87
with :
86
88
node-version : 22.x
89
+ cache : ' npm'
87
90
88
91
- uses : actions/download-artifact@v4
89
92
with :
@@ -109,6 +112,7 @@ jobs:
109
112
uses : actions/setup-node@v4
110
113
with :
111
114
node-version : 16.x
115
+ cache : ' npm'
112
116
113
117
- uses : actions/download-artifact@v4
114
118
with :
@@ -176,6 +180,7 @@ jobs:
176
180
uses : actions/setup-node@v4
177
181
with :
178
182
node-version : ${{ matrix.node-version }}
183
+ cache : ' npm'
179
184
- uses : actions/download-artifact@v4
180
185
with :
181
186
name : build
@@ -201,6 +206,7 @@ jobs:
201
206
uses : actions/setup-node@v4
202
207
with :
203
208
node-version : 22.x
209
+ cache : ' npm'
204
210
- name : Install deps
205
211
run : npm ci
206
212
- name : Install TypeScript ${{ matrix.ts }}
You can’t perform that action at this time.
0 commit comments