2828
2929 install-and-cibuild : # main cibuild using node 16 & npm 7
3030 docker :
31- - image : cimg/node:16.17.1
31+ - image : cimg/node:16.20.2
3232 working_directory : ~/plotly.js
3333 steps :
3434 - checkout
5252 timezone-jasmine :
5353 docker :
5454 # need '-browsers' version to test in real (xvfb-wrapped) browsers
55- - image : cimg/node:16.17.1 -browsers
55+ - image : cimg/node:16.20.2 -browsers
5656 working_directory : ~/plotly.js
5757 steps :
5858 - browser-tools/install-browser-tools : &browser-versions
8484 no-gl-jasmine :
8585 docker :
8686 # need '-browsers' version to test in real (xvfb-wrapped) browsers
87- - image : cimg/node:16.17.1 -browsers
87+ - image : cimg/node:16.20.2 -browsers
8888 environment :
8989 # Alaska time (arbitrary timezone to test date logic)
9090 TZ : " America/Anchorage"
@@ -103,7 +103,7 @@ jobs:
103103 webgl-jasmine :
104104 docker :
105105 # need '-browsers' version to test in real (xvfb-wrapped) browsers
106- - image : cimg/node:16.17.1 -browsers
106+ - image : cimg/node:16.20.2 -browsers
107107 environment :
108108 # Alaska time (arbitrary timezone to test date logic)
109109 TZ : " America/Anchorage"
@@ -122,7 +122,7 @@ jobs:
122122 virtual-webgl-jasmine :
123123 docker :
124124 # need '-browsers' version to test in real (xvfb-wrapped) browsers
125- - image : cimg/node:16.17.1 -browsers
125+ - image : cimg/node:16.20.2 -browsers
126126 environment :
127127 # Alaska time (arbitrary timezone to test date logic)
128128 TZ : " America/Anchorage"
@@ -141,7 +141,7 @@ jobs:
141141 flaky-no-gl-jasmine :
142142 docker :
143143 # need '-browsers' version to test in real (xvfb-wrapped) browsers
144- - image : cimg/node:16.17.1 -browsers
144+ - image : cimg/node:16.20.2 -browsers
145145 environment :
146146 # Alaska time (arbitrary timezone to test date logic)
147147 TZ : " America/Anchorage"
@@ -159,7 +159,7 @@ jobs:
159159 bundle-jasmine :
160160 docker :
161161 # need '-browsers' version to test in real (xvfb-wrapped) browsers
162- - image : cimg/node:16.17.1 -browsers
162+ - image : cimg/node:16.20.2 -browsers
163163 environment :
164164 # Alaska time (arbitrary timezone to test date logic)
165165 TZ : " America/Anchorage"
@@ -177,7 +177,7 @@ jobs:
177177 mathjax-firefox81 :
178178 docker :
179179 # need '-browsers' version to test in real (xvfb-wrapped) browsers
180- - image : cimg/node:16.17.1 -browsers
180+ - image : cimg/node:16.20.2 -browsers
181181 environment :
182182 # Alaska time (arbitrary timezone to test date logic)
183183 TZ : " America/Anchorage"
@@ -196,7 +196,7 @@ jobs:
196196 mathjax-firefox82 :
197197 docker :
198198 # need '-browsers' version to test in real (xvfb-wrapped) browsers
199- - image : cimg/node:16.17.1 -browsers
199+ - image : cimg/node:16.20.2 -browsers
200200 environment :
201201 # Alaska time (arbitrary timezone to test date logic)
202202 TZ : " America/Anchorage"
@@ -215,7 +215,7 @@ jobs:
215215 mathjax-firefoxLatest :
216216 docker :
217217 # need '-browsers' version to test in real (xvfb-wrapped) browsers
218- - image : cimg/node:16.17.1 -browsers
218+ - image : cimg/node:16.20.2 -browsers
219219 environment :
220220 # Alaska time (arbitrary timezone to test date logic)
221221 TZ : " America/Anchorage"
@@ -307,7 +307,7 @@ jobs:
307307
308308 test-baselines :
309309 docker :
310- - image : cimg/node:16.17.1
310+ - image : cimg/node:16.20.2
311311 working_directory : ~/plotly.js
312312 steps :
313313 - attach_workspace :
@@ -321,7 +321,7 @@ jobs:
321321
322322 test-baselines-virtual-webgl :
323323 docker :
324- - image : cimg/node:16.17.1
324+ - image : cimg/node:16.20.2
325325 working_directory : ~/plotly.js
326326 steps :
327327 - attach_workspace :
@@ -335,7 +335,7 @@ jobs:
335335
336336 test-baselines-b64 :
337337 docker :
338- - image : cimg/node:16.17.1
338+ - image : cimg/node:16.20.2
339339 working_directory : ~/plotly.js
340340 steps :
341341 - attach_workspace :
@@ -349,7 +349,7 @@ jobs:
349349
350350 test-baselines-mathjax3 :
351351 docker :
352- - image : cimg/node:16.17.1
352+ - image : cimg/node:16.20.2
353353 working_directory : ~/plotly.js
354354 steps :
355355 - attach_workspace :
@@ -386,7 +386,7 @@ jobs:
386386
387387 test-exports :
388388 docker :
389- - image : cimg/node:16.17.1
389+ - image : cimg/node:16.20.2
390390 working_directory : ~/plotly.js
391391 steps :
392392 - attach_workspace :
@@ -400,7 +400,7 @@ jobs:
400400
401401 mock-validation :
402402 docker :
403- - image : cimg/node:16.17.1
403+ - image : cimg/node:16.20.2
404404 working_directory : ~/plotly.js
405405 steps :
406406 - attach_workspace :
@@ -414,7 +414,7 @@ jobs:
414414
415415 source-syntax :
416416 docker :
417- - image : cimg/node:16.17.1
417+ - image : cimg/node:16.20.2
418418 working_directory : ~/plotly.js
419419 steps :
420420 - attach_workspace :
@@ -425,7 +425,7 @@ jobs:
425425
426426 publish-dist :
427427 docker :
428- - image : cimg/node:16.17.1
428+ - image : cimg/node:16.20.2
429429 working_directory : ~/plotly.js
430430 steps :
431431 - checkout
@@ -495,7 +495,7 @@ jobs:
495495
496496 test-stackgl-bundle :
497497 docker :
498- - image : cimg/node:16.17.1
498+ - image : cimg/node:16.20.2
499499 working_directory : ~/plotly.js
500500 steps :
501501 - checkout
0 commit comments