This repository was archived by the owner on Feb 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +30
-11
lines changed Expand file tree Collapse file tree 1 file changed +30
-11
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,21 @@ stages:
19
19
paths :
20
20
- node_modules
21
21
22
- ' yarn 8/10 ' :
22
+ ' yarn 8/12 ' :
23
23
<< : *yarn_definition
24
24
variables :
25
25
NODE_VERSION : 8
26
26
27
- ' yarn 10/10 ' :
27
+ ' yarn 10/12 ' :
28
28
<< : *yarn_definition
29
29
variables :
30
30
NODE_VERSION : 10
31
31
32
+ ' yarn 12/12 ' :
33
+ << : *yarn_definition
34
+ variables :
35
+ NODE_VERSION : 12
36
+
32
37
.lint_template : &lint_definition
33
38
image : cookielab/nodejs:$NODE_VERSION
34
39
stage : test
@@ -37,20 +42,27 @@ stages:
37
42
script :
38
43
- bin/lint
39
44
40
- ' lint 8/10 ' :
45
+ ' lint 8/12 ' :
41
46
<< : *lint_definition
42
47
dependencies :
43
- - ' yarn 8/10 '
48
+ - ' yarn 8/12 '
44
49
variables :
45
50
NODE_VERSION : 8
46
51
47
- ' lint 10/10 ' :
52
+ ' lint 10/12 ' :
48
53
<< : *lint_definition
49
54
dependencies :
50
- - ' yarn 10/10 '
55
+ - ' yarn 10/12 '
51
56
variables :
52
57
NODE_VERSION : 10
53
58
59
+ ' lint 12/12 ' :
60
+ << : *lint_definition
61
+ dependencies :
62
+ - ' yarn 12/12'
63
+ variables :
64
+ NODE_VERSION : 12
65
+
54
66
.test_template : &test_definition
55
67
image : cookielab/nodejs:$NODE_VERSION
56
68
stage : test
@@ -59,22 +71,29 @@ stages:
59
71
script :
60
72
- bin/jest
61
73
62
- ' test 8/10 ' :
74
+ ' test 8/12 ' :
63
75
<< : *test_definition
64
76
dependencies :
65
- - ' yarn 8/10 '
77
+ - ' yarn 8/12 '
66
78
variables :
67
79
NODE_VERSION : 8
68
80
69
- ' test 10/10 ' :
81
+ ' test 10/12 ' :
70
82
<< : *test_definition
71
83
dependencies :
72
- - ' yarn 10/10 '
84
+ - ' yarn 10/12 '
73
85
variables :
74
86
NODE_VERSION : 10
75
87
88
+ ' test 12/12 ' :
89
+ << : *test_definition
90
+ dependencies :
91
+ - ' yarn 12/12'
92
+ variables :
93
+ NODE_VERSION : 12
94
+
76
95
publish :
77
- image : cookielab/nodejs:10
96
+ image : cookielab/nodejs:12
78
97
stage : publish
79
98
tags :
80
99
- docker
You can’t perform that action at this time.
0 commit comments