Skip to content

Commit 8acb04a

Browse files
authored
Merge pull request #6434 from plotly/bump-cimg-node-16.8.0
bump dockers to `cimg` node 16.17.1
2 parents ca8ff36 + 036e4ea commit 8acb04a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.circleci/config.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
install-and-cibuild: # main cibuild using node 16 & npm 7
3030
docker:
31-
- image: cimg/node:16.8.0
31+
- image: cimg/node:16.17.1
3232
working_directory: ~/plotly.js
3333
steps:
3434
- checkout
@@ -52,7 +52,7 @@ jobs:
5252
timezone-jasmine:
5353
docker:
5454
# 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
5656
working_directory: ~/plotly.js
5757
steps:
5858
- browser-tools/install-browser-tools: &browser-versions
@@ -85,7 +85,7 @@ jobs:
8585
no-gl-jasmine:
8686
docker:
8787
# 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
8989
environment:
9090
# Alaska time (arbitrary timezone to test date logic)
9191
TZ: "America/Anchorage"
@@ -105,7 +105,7 @@ jobs:
105105
webgl-jasmine:
106106
docker:
107107
# 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
109109
environment:
110110
# Alaska time (arbitrary timezone to test date logic)
111111
TZ: "America/Anchorage"
@@ -125,7 +125,7 @@ jobs:
125125
flaky-no-gl-jasmine:
126126
docker:
127127
# 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
129129
environment:
130130
# Alaska time (arbitrary timezone to test date logic)
131131
TZ: "America/Anchorage"
@@ -144,7 +144,7 @@ jobs:
144144
bundle-jasmine:
145145
docker:
146146
# 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
148148
environment:
149149
# Alaska time (arbitrary timezone to test date logic)
150150
TZ: "America/Anchorage"
@@ -163,7 +163,7 @@ jobs:
163163
mathjax-firefox81:
164164
docker:
165165
# 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
167167
environment:
168168
# Alaska time (arbitrary timezone to test date logic)
169169
TZ: "America/Anchorage"
@@ -182,7 +182,7 @@ jobs:
182182
mathjax-firefox82:
183183
docker:
184184
# 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
186186
environment:
187187
# Alaska time (arbitrary timezone to test date logic)
188188
TZ: "America/Anchorage"
@@ -201,7 +201,7 @@ jobs:
201201
mathjax-firefoxLatest:
202202
docker:
203203
# 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
205205
environment:
206206
# Alaska time (arbitrary timezone to test date logic)
207207
TZ: "America/Anchorage"
@@ -255,7 +255,7 @@ jobs:
255255

256256
test-baselines:
257257
docker:
258-
- image: circleci/node:16.8.0
258+
- image: circleci/node:16.9.0
259259
working_directory: ~/plotly.js
260260
steps:
261261
- attach_workspace:
@@ -269,7 +269,7 @@ jobs:
269269

270270
test-baselines-mathjax3:
271271
docker:
272-
- image: circleci/node:16.8.0
272+
- image: circleci/node:16.9.0
273273
working_directory: ~/plotly.js
274274
steps:
275275
- attach_workspace:
@@ -306,7 +306,7 @@ jobs:
306306

307307
test-exports:
308308
docker:
309-
- image: circleci/node:16.8.0
309+
- image: circleci/node:16.9.0
310310
working_directory: ~/plotly.js
311311
steps:
312312
- attach_workspace:
@@ -320,7 +320,7 @@ jobs:
320320

321321
mock-validation:
322322
docker:
323-
- image: cimg/node:16.8.0
323+
- image: cimg/node:16.17.1
324324
working_directory: ~/plotly.js
325325
steps:
326326
- attach_workspace:
@@ -334,7 +334,7 @@ jobs:
334334

335335
source-syntax:
336336
docker:
337-
- image: cimg/node:16.8.0
337+
- image: cimg/node:16.17.1
338338
working_directory: ~/plotly.js
339339
steps:
340340
- attach_workspace:
@@ -345,7 +345,7 @@ jobs:
345345

346346
publish-dist:
347347
docker:
348-
- image: cimg/node:16.8.0
348+
- image: cimg/node:16.17.1
349349
working_directory: ~/plotly.js
350350
steps:
351351
- checkout

0 commit comments

Comments
 (0)