28
28
29
29
install-and-cibuild : # main cibuild using node 16 & npm 7
30
30
docker :
31
- - image : cimg/node:16.8.0
31
+ - image : cimg/node:16.17.1
32
32
working_directory : ~/plotly.js
33
33
steps :
34
34
- checkout
52
52
timezone-jasmine :
53
53
docker :
54
54
# need '-browsers' version to test in real (xvfb-wrapped) browsers
55
- - image : cimg/node:16.8.0 -browsers
55
+ - image : cimg/node:16.17.1 -browsers
56
56
working_directory : ~/plotly.js
57
57
steps :
58
58
- browser-tools/install-browser-tools : &browser-versions
85
85
no-gl-jasmine :
86
86
docker :
87
87
# need '-browsers' version to test in real (xvfb-wrapped) browsers
88
- - image : cimg/node:16.8.0 -browsers
88
+ - image : cimg/node:16.17.1 -browsers
89
89
environment :
90
90
# Alaska time (arbitrary timezone to test date logic)
91
91
TZ : " America/Anchorage"
@@ -105,7 +105,7 @@ jobs:
105
105
webgl-jasmine :
106
106
docker :
107
107
# need '-browsers' version to test in real (xvfb-wrapped) browsers
108
- - image : cimg/node:16.8.0 -browsers
108
+ - image : cimg/node:16.17.1 -browsers
109
109
environment :
110
110
# Alaska time (arbitrary timezone to test date logic)
111
111
TZ : " America/Anchorage"
@@ -125,7 +125,7 @@ jobs:
125
125
flaky-no-gl-jasmine :
126
126
docker :
127
127
# need '-browsers' version to test in real (xvfb-wrapped) browsers
128
- - image : cimg/node:16.8.0 -browsers
128
+ - image : cimg/node:16.17.1 -browsers
129
129
environment :
130
130
# Alaska time (arbitrary timezone to test date logic)
131
131
TZ : " America/Anchorage"
@@ -144,7 +144,7 @@ jobs:
144
144
bundle-jasmine :
145
145
docker :
146
146
# need '-browsers' version to test in real (xvfb-wrapped) browsers
147
- - image : cimg/node:16.8.0 -browsers
147
+ - image : cimg/node:16.17.1 -browsers
148
148
environment :
149
149
# Alaska time (arbitrary timezone to test date logic)
150
150
TZ : " America/Anchorage"
@@ -163,7 +163,7 @@ jobs:
163
163
mathjax-firefox81 :
164
164
docker :
165
165
# need '-browsers' version to test in real (xvfb-wrapped) browsers
166
- - image : cimg/node:16.8.0 -browsers
166
+ - image : cimg/node:16.17.1 -browsers
167
167
environment :
168
168
# Alaska time (arbitrary timezone to test date logic)
169
169
TZ : " America/Anchorage"
@@ -182,7 +182,7 @@ jobs:
182
182
mathjax-firefox82 :
183
183
docker :
184
184
# need '-browsers' version to test in real (xvfb-wrapped) browsers
185
- - image : cimg/node:16.8.0 -browsers
185
+ - image : cimg/node:16.17.1 -browsers
186
186
environment :
187
187
# Alaska time (arbitrary timezone to test date logic)
188
188
TZ : " America/Anchorage"
@@ -201,7 +201,7 @@ jobs:
201
201
mathjax-firefoxLatest :
202
202
docker :
203
203
# need '-browsers' version to test in real (xvfb-wrapped) browsers
204
- - image : cimg/node:16.8.0 -browsers
204
+ - image : cimg/node:16.17.1 -browsers
205
205
environment :
206
206
# Alaska time (arbitrary timezone to test date logic)
207
207
TZ : " America/Anchorage"
@@ -255,7 +255,7 @@ jobs:
255
255
256
256
test-baselines :
257
257
docker :
258
- - image : circleci/node:16.8 .0
258
+ - image : circleci/node:16.9 .0
259
259
working_directory : ~/plotly.js
260
260
steps :
261
261
- attach_workspace :
@@ -269,7 +269,7 @@ jobs:
269
269
270
270
test-baselines-mathjax3 :
271
271
docker :
272
- - image : circleci/node:16.8 .0
272
+ - image : circleci/node:16.9 .0
273
273
working_directory : ~/plotly.js
274
274
steps :
275
275
- attach_workspace :
@@ -306,7 +306,7 @@ jobs:
306
306
307
307
test-exports :
308
308
docker :
309
- - image : circleci/node:16.8 .0
309
+ - image : circleci/node:16.9 .0
310
310
working_directory : ~/plotly.js
311
311
steps :
312
312
- attach_workspace :
@@ -320,7 +320,7 @@ jobs:
320
320
321
321
mock-validation :
322
322
docker :
323
- - image : cimg/node:16.8.0
323
+ - image : cimg/node:16.17.1
324
324
working_directory : ~/plotly.js
325
325
steps :
326
326
- attach_workspace :
@@ -334,7 +334,7 @@ jobs:
334
334
335
335
source-syntax :
336
336
docker :
337
- - image : cimg/node:16.8.0
337
+ - image : cimg/node:16.17.1
338
338
working_directory : ~/plotly.js
339
339
steps :
340
340
- attach_workspace :
@@ -345,7 +345,7 @@ jobs:
345
345
346
346
publish-dist :
347
347
docker :
348
- - image : cimg/node:16.8.0
348
+ - image : cimg/node:16.17.1
349
349
working_directory : ~/plotly.js
350
350
steps :
351
351
- checkout
0 commit comments