This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 55
55
56
56
- uses : actions/setup-node@v4
57
57
with :
58
+ node-version : lts/* # Latest LTS
58
59
cache : " yarn"
59
60
60
61
- name : Fetch layered build
@@ -119,6 +120,7 @@ jobs:
119
120
120
121
- uses : actions/setup-node@v4
121
122
with :
123
+ node-version : lts/* # Latest LTS
122
124
cache : " yarn"
123
125
cache-dependency-path : matrix-react-sdk/yarn.lock
124
126
@@ -173,6 +175,7 @@ jobs:
173
175
- uses : actions/setup-node@v4
174
176
if : inputs.skip != true
175
177
with :
178
+ node-version : lts/* # Latest LTS
176
179
cache : " yarn"
177
180
178
181
- name : Install dependencies
Original file line number Diff line number Diff line change 24
24
25
25
- uses : actions/setup-node@v4
26
26
with :
27
+ node-version : lts/* # Latest LTS
27
28
cache : " yarn"
28
29
29
30
- name : Install Deps
82
83
83
84
- uses : actions/setup-node@v4
84
85
with :
86
+ node-version : lts/* # Latest LTS
85
87
cache : " yarn"
86
88
87
89
# Does not need branch matching as only analyses this layer
99
101
100
102
- uses : actions/setup-node@v4
101
103
with :
104
+ node-version : lts/* # Latest LTS
102
105
cache : " yarn"
103
106
104
107
# Does not need branch matching as only analyses this layer
@@ -116,6 +119,7 @@ jobs:
116
119
117
120
- uses : actions/setup-node@v4
118
121
with :
122
+ node-version : lts/* # Latest LTS
119
123
cache : " yarn"
120
124
121
125
# Does not need branch matching as only analyses this layer
@@ -133,6 +137,7 @@ jobs:
133
137
134
138
- uses : actions/setup-node@v4
135
139
with :
140
+ node-version : lts/* # Latest LTS
136
141
cache : " yarn"
137
142
138
143
- name : Install Deps
Original file line number Diff line number Diff line change 44
44
- name : Yarn cache
45
45
uses : actions/setup-node@v4
46
46
with :
47
+ node-version : lts/* # Latest LTS
47
48
cache : " yarn"
48
49
49
50
- name : Install Deps
@@ -114,6 +115,7 @@ jobs:
114
115
115
116
- uses : actions/setup-node@v4
116
117
with :
118
+ node-version : lts/* # Latest LTS
117
119
cache : " yarn"
118
120
119
121
- name : Run tests
You can’t perform that action at this time.
0 commit comments