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:
9292 paths :
9393 - ' *'
9494
95- build-node-12 :
96- << : *build-common
95+ build-node-16 :
96+ << : *build-stable
9797 docker :
98- - image : node:12
98+ - image : node:16
9999
100- build-node-15 :
100+ build-node-17 :
101101 << : *build-common
102102 docker :
103- - image : node:15
104-
105- build-node-14 :
106- << : *build-stable
107- docker :
108- - image : node:14
103+ - image : node:17
109104
110105 tag_version :
111106 docker :
112- - image : node:14
107+ - image : node:16
113108 working_directory : ~/workdir
114109 steps :
115110 - attach_workspace :
@@ -127,7 +122,7 @@ jobs:
127122
128123 publish_library :
129124 docker :
130- - image : node:14
125+ - image : node:16
131126 working_directory : ~/workdir
132127 steps :
133128 - attach_workspace :
@@ -198,21 +193,17 @@ workflows:
198193 validate-and-publish :
199194 jobs :
200195 - checkout-and-version
201- - build-node-12 :
202- requires :
203- - checkout-and-version
204- - build-node-14 :
196+ - build-node-16 :
205197 requires :
206198 - checkout-and-version
207- - build-node-15 :
199+ - build-node-17 :
208200 requires :
209201 - checkout-and-version
210202 - publish_approval :
211203 type : approval
212204 requires :
213- - build-node-12
214- - build-node-14
215- - build-node-15
205+ - build-node-16
206+ - build-node-17
216207 - tag_version :
217208 requires :
218209 - publish_approval
You can’t perform that action at this time.
0 commit comments