File tree 5 files changed +9
-0
lines changed
5 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 37
37
- uses : actions/setup-node@v4
38
38
with :
39
39
cache : " yarn"
40
+ node-version : " lts/*"
40
41
41
42
# Workaround for yarn install timeouts, especially on Windows
42
43
- run : yarn config set network-timeout 300000
Original file line number Diff line number Diff line change 26
26
- uses : actions/setup-node@v4
27
27
with :
28
28
cache : " yarn"
29
+ node-version : " lts/*"
29
30
30
31
- name : Install Dependencies
31
32
run : " ./scripts/layered.sh"
Original file line number Diff line number Diff line change 21
21
- uses : actions/setup-node@v4
22
22
with :
23
23
cache : " yarn"
24
+ node-version : " lts/*"
24
25
25
26
- name : Install Dependencies
26
27
run : " ./scripts/layered.sh"
43
44
- uses : actions/setup-node@v4
44
45
with :
45
46
cache : " yarn"
47
+ node-version : " lts/*"
46
48
47
49
# Does not need branch matching as only analyses this layer
48
50
- name : Install Deps
60
62
- uses : actions/setup-node@v4
61
63
with :
62
64
cache : " yarn"
65
+ node-version : " lts/*"
63
66
64
67
# Needs branch matching as it inherits .stylelintrc.js from matrix-react-sdk
65
68
- name : Install Dependencies
77
80
- uses : actions/setup-node@v4
78
81
with :
79
82
cache : " yarn"
83
+ node-version : " lts/*"
80
84
81
85
# Does not need branch matching as only analyses this layer
82
86
- name : Install Deps
94
98
- uses : actions/setup-node@v4
95
99
with :
96
100
cache : " yarn"
101
+ node-version : " lts/*"
97
102
98
103
- name : Install Deps
99
104
run : " scripts/layered.sh"
Original file line number Diff line number Diff line change 23
23
uses : actions/setup-node@v4
24
24
with :
25
25
cache : " yarn"
26
+ node-version : " lts/*"
26
27
27
28
- name : Install Dependencies
28
29
run : " ./scripts/layered.sh"
Original file line number Diff line number Diff line change 13
13
- uses : actions/setup-node@v4
14
14
with :
15
15
cache : " yarn"
16
+ node-version : " lts/*"
16
17
17
18
- name : Install Deps
18
19
run : " yarn install --frozen-lockfile"
You can’t perform that action at this time.
0 commit comments