@@ -10,7 +10,7 @@ version: 2.0
1010jobs :
1111 install-and-cibuild :
1212 docker :
13- - image : circleci/node:12.22 .5
13+ - image : circleci/node:14.17 .5
1414 working_directory : ~/plotly.js
1515 steps :
1616 - checkout
3434 timezone-jasmine :
3535 docker :
3636 # need '-browsers' version to test in real (xvfb-wrapped) browsers
37- - image : circleci/node:12.22 .5-browsers
37+ - image : circleci/node:14.17 .5-browsers
3838 working_directory : ~/plotly.js
3939 steps :
4040 - attach_workspace :
6363 no-gl-jasmine :
6464 docker :
6565 # need '-browsers' version to test in real (xvfb-wrapped) browsers
66- - image : circleci/node:12.22 .5-browsers
66+ - image : circleci/node:14.17 .5-browsers
6767 environment :
6868 # Alaska time (arbitrary timezone to test date logic)
6969 TZ : " America/Anchorage"
7979 webgl-jasmine :
8080 docker :
8181 # need '-browsers' version to test in real (xvfb-wrapped) browsers
82- - image : circleci/node:12.22 .5-browsers
82+ - image : circleci/node:14.17 .5-browsers
8383 environment :
8484 # Alaska time (arbitrary timezone to test date logic)
8585 TZ : " America/Anchorage"
9595 flaky-no-gl-jasmine :
9696 docker :
9797 # need '-browsers' version to test in real (xvfb-wrapped) browsers
98- - image : circleci/node:12.22 .5-browsers
98+ - image : circleci/node:14.17 .5-browsers
9999 environment :
100100 # Alaska time (arbitrary timezone to test date logic)
101101 TZ : " America/Anchorage"
@@ -110,7 +110,7 @@ jobs:
110110 bundle-jasmine :
111111 docker :
112112 # need '-browsers' version to test in real (xvfb-wrapped) browsers
113- - image : circleci/node:12.22 .5-browsers
113+ - image : circleci/node:14.17 .5-browsers
114114 environment :
115115 # Alaska time (arbitrary timezone to test date logic)
116116 TZ : " America/Anchorage"
@@ -143,7 +143,7 @@ jobs:
143143
144144 test-baselines :
145145 docker :
146- - image : circleci/node:12.22 .5
146+ - image : circleci/node:14.17 .5
147147 working_directory : ~/plotly.js
148148 steps :
149149 - attach_workspace :
@@ -178,7 +178,7 @@ jobs:
178178
179179 test-exports :
180180 docker :
181- - image : circleci/node:12.22 .5
181+ - image : circleci/node:14.17 .5
182182 working_directory : ~/plotly.js
183183 steps :
184184 - attach_workspace :
@@ -192,7 +192,7 @@ jobs:
192192
193193 mock-validation :
194194 docker :
195- - image : circleci/node:12.22 .5
195+ - image : circleci/node:14.17 .5
196196 working_directory : ~/plotly.js
197197 steps :
198198 - attach_workspace :
@@ -206,7 +206,7 @@ jobs:
206206
207207 source-syntax :
208208 docker :
209- - image : circleci/node:12.22 .5
209+ - image : circleci/node:14.17 .5
210210 working_directory : ~/plotly.js
211211 steps :
212212 - attach_workspace :
@@ -217,7 +217,7 @@ jobs:
217217
218218 publish-dist :
219219 docker :
220- - image : circleci/node:12.22 .5
220+ - image : circleci/node:14.17 .5
221221 working_directory : ~/plotly.js
222222 steps :
223223 - checkout
0 commit comments