File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 39
39
jobs :
40
40
# Set up a Linux environment for downstream jobs
41
41
linux-checkout :
42
- executor : rn/linux_js
42
+ executor :
43
+ name : rn/linux_js
44
+ node_version : ' 10'
43
45
steps :
44
46
- attach_workspace :
45
47
at : .
@@ -50,28 +52,36 @@ jobs:
50
52
paths : .
51
53
52
54
eslint :
53
- executor : rn/linux_js
55
+ executor :
56
+ name : rn/linux_js
57
+ node_version : ' 10'
54
58
steps :
55
59
- attach_workspace :
56
60
at : .
57
61
- run : *eslint
58
62
59
63
type-check :
60
- executor : rn/linux_js
64
+ executor :
65
+ name : rn/linux_js
66
+ node_version : ' 10'
61
67
steps :
62
68
- attach_workspace :
63
69
at : .
64
70
- run : *type-check
65
71
66
72
flow :
67
- executor : rn/linux_js
73
+ executor :
74
+ name : rn/linux_js
75
+ node_version : ' 10'
68
76
steps :
69
77
- attach_workspace :
70
78
at : .
71
79
- run : *flow
72
80
73
81
jest :
74
- executor : rn/linux_js
82
+ executor :
83
+ name : rn/linux_js
84
+ node_version : ' 10'
75
85
steps :
76
86
- attach_workspace :
77
87
at : .
You can’t perform that action at this time.
0 commit comments