File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
fi
17
17
- uses : actions/setup-node@v1
18
18
with :
19
- node-version : ' 14 '
19
+ node-version : ' 16 '
20
20
- uses : actions/cache@v2
21
21
id : yarn-cache
22
22
name : Cache npm deps
52
52
fi
53
53
- uses : actions/setup-node@v1
54
54
with :
55
- node-version : ' 14 '
55
+ node-version : ' 16 '
56
56
- uses : actions/cache@v2
57
57
id : yarn-cache
58
58
name : Cache npm deps
89
89
fi
90
90
- uses : actions/setup-node@v1
91
91
with :
92
- node-version : ' 14 '
92
+ node-version : ' 16 '
93
93
- uses : actions/cache@v2
94
94
id : yarn-cache
95
95
name : Cache npm deps
@@ -130,7 +130,7 @@ jobs:
130
130
fi
131
131
- uses : actions/setup-node@v1
132
132
with :
133
- node-version : ' 14 '
133
+ node-version : ' 16 '
134
134
- uses : actions/cache@v2
135
135
id : yarn-cache
136
136
name : Cache npm deps
Original file line number Diff line number Diff line change 32
32
if : steps.setup-cache.outputs.cache-hit != 'true'
33
33
- uses : actions/setup-node@v1
34
34
with :
35
- node-version : ' 14 '
35
+ node-version : ' 16 '
36
36
- uses : actions/cache@v2
37
37
id : yarn-cache
38
38
name : Cache npm deps
Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v2
18
18
- uses : actions/setup-node@v1
19
19
with :
20
- node-version : ' 14 '
20
+ node-version : ' 16 '
21
21
- uses : actions/cache@v2
22
22
id : yarn-cache
23
23
name : Cache npm deps
You can’t perform that action at this time.
0 commit comments