File tree Expand file tree Collapse file tree 1 file changed +11
-20
lines changed Expand file tree Collapse file tree 1 file changed +11
-20
lines changed Original file line number Diff line number Diff line change @@ -92,24 +92,19 @@ jobs:
92
92
paths :
93
93
- ' *'
94
94
95
- build-node-12 :
96
- << : *build-common
95
+ build-node-16 :
96
+ << : *build-stable
97
97
docker :
98
- - image : node:12
98
+ - image : node:16
99
99
100
- build-node-15 :
100
+ build-node-17 :
101
101
<< : *build-common
102
102
docker :
103
- - image : node:15
104
-
105
- build-node-14 :
106
- << : *build-stable
107
- docker :
108
- - image : node:14
103
+ - image : node:17
109
104
110
105
tag_version :
111
106
docker :
112
- - image : node:14
107
+ - image : node:16
113
108
working_directory : ~/workdir
114
109
steps :
115
110
- attach_workspace :
@@ -127,7 +122,7 @@ jobs:
127
122
128
123
publish_library :
129
124
docker :
130
- - image : node:14
125
+ - image : node:16
131
126
working_directory : ~/workdir
132
127
steps :
133
128
- attach_workspace :
@@ -198,21 +193,17 @@ workflows:
198
193
validate-and-publish :
199
194
jobs :
200
195
- checkout-and-version
201
- - build-node-12 :
202
- requires :
203
- - checkout-and-version
204
- - build-node-14 :
196
+ - build-node-16 :
205
197
requires :
206
198
- checkout-and-version
207
- - build-node-15 :
199
+ - build-node-17 :
208
200
requires :
209
201
- checkout-and-version
210
202
- publish_approval :
211
203
type : approval
212
204
requires :
213
- - build-node-12
214
- - build-node-14
215
- - build-node-15
205
+ - build-node-16
206
+ - build-node-17
216
207
- tag_version :
217
208
requires :
218
209
- publish_approval
You can’t perform that action at this time.
0 commit comments