2828
2929 install-and-cibuild : # main cibuild using node 18 & npm 10
3030 docker :
31- - image : cimg/node:18.20
31+ - image : cimg/node:18.20.4
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:18.20.4 -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:18.20.4 -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:18.20.4 -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:18.20.4 -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:18.20.4 -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:18.20.4 -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:18.20.4 -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:18.20.4 -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:18.20.4 -browsers
219219 environment :
220220 # Alaska time (arbitrary timezone to test date logic)
221221 TZ : " America/Anchorage"
@@ -400,7 +400,7 @@ jobs:
400400
401401 mock-validation :
402402 docker :
403- - image : cimg/node:16.17.1
403+ - image : cimg/node:18.20.4
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:18.20.4
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:18.20.4
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:18.20.4
499499 working_directory : ~/plotly.js
500500 steps :
501501 - checkout
0 commit comments