File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -89,24 +89,24 @@ jobs:
8989 paths :
9090 - ' *'
9191
92- build-node-10 :
93- << : *common-build
94- docker :
95- - image : node:10
96-
9792 build-node-12 :
9893 << : *common-build
9994 docker :
10095 - image : node:12
10196
10297 build-node-14 :
103- << : *latest -build
98+ << : *common -build
10499 docker :
105100 - image : node:14
106101
102+ build-node-16 :
103+ << : *latest-build
104+ docker :
105+ - image : node:16
106+
107107 tag_version :
108108 docker :
109- - image : node:14
109+ - image : node:16
110110 working_directory : ~/workdir
111111 steps :
112112 - attach_workspace :
@@ -124,7 +124,7 @@ jobs:
124124
125125 publish_cli :
126126 docker :
127- - image : node:14
127+ - image : node:16
128128 working_directory : ~/workdir
129129 steps :
130130 - attach_workspace :
@@ -193,13 +193,12 @@ workflows:
193193 - publish_approval :
194194 type : approval
195195 requires :
196- - build-node-10
197196 - build-node-12
198197 - build-node-14
198+ - build-node-16
199199 - tag_version :
200200 requires :
201201 - publish_approval
202202 - publish_cli :
203203 requires :
204204 - tag_version
205-
Original file line number Diff line number Diff line change 3636 "url" : " https://github.com/rtfpessoa/diff2html-cli/issues"
3737 },
3838 "engines" : {
39- "node" : " >=10.13 "
39+ "node" : " >=12 "
4040 },
4141 "preferGlobal" : true ,
4242 "scripts" : {
You can’t perform that action at this time.
0 commit comments