File tree 1 file changed +21
-10
lines changed
1 file changed +21
-10
lines changed Original file line number Diff line number Diff line change 1
1
name : Checks
2
2
on : [push, pull_request]
3
- x-node-matrix : &node-matrix
4
- node :
5
- - 20
6
3
jobs :
7
4
# Multiple jobs depend on having EVM and SVM artifacts available, so we upload them first in separate jobs.
8
5
upload-svm-artifacts :
15
12
src/svm/assets
16
13
src/svm/clients
17
14
strategy :
18
- matrix : *node-matrix
15
+ matrix :
16
+ node :
17
+ - 20
19
18
steps :
20
19
- name : Checkout repo
21
20
uses : actions/checkout@v3
46
45
cache
47
46
typechain
48
47
strategy :
49
- matrix : *node-matrix
48
+ matrix :
49
+ node :
50
+ - 20
50
51
steps :
51
52
- name : Checkout repo
52
53
uses : actions/checkout@v3
71
72
name : Lint
72
73
runs-on : ubuntu-latest
73
74
strategy :
74
- matrix : *node-matrix
75
+ matrix :
76
+ node :
77
+ - 20
75
78
steps :
76
79
- name : Checkout repo
77
80
uses : actions/checkout@v3
@@ -107,7 +110,9 @@ jobs:
107
110
- upload-evm-artifacts
108
111
runs-on : ubuntu-latest
109
112
strategy :
110
- matrix : *node-matrix
113
+ matrix :
114
+ node :
115
+ - 20
111
116
steps :
112
117
- name : Checkout repo
113
118
uses : actions/checkout@v3
@@ -134,7 +139,9 @@ jobs:
134
139
needs : upload-svm-artifacts
135
140
runs-on : ubuntu-latest
136
141
strategy :
137
- matrix : *node-matrix
142
+ matrix :
143
+ node :
144
+ - 20
138
145
steps :
139
146
- name : Checkout repo
140
147
uses : actions/checkout@v3
@@ -177,7 +184,9 @@ jobs:
177
184
- upload-evm-artifacts
178
185
runs-on : ubuntu-latest
179
186
strategy :
180
- matrix : *node-matrix
187
+ matrix :
188
+ node :
189
+ - 20
181
190
steps :
182
191
- name : Checkout repo
183
192
uses : actions/checkout@v3
@@ -202,7 +211,9 @@ jobs:
202
211
name : Forge
203
212
runs-on : ubuntu-latest
204
213
strategy :
205
- matrix : *node-matrix
214
+ matrix :
215
+ node :
216
+ - 20
206
217
steps :
207
218
- name : Checkout repo
208
219
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments