Skip to content

Commit d38615e

Browse files
committed
use 18.20.4
1 parent dc406be commit d38615e

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.circleci/config.yml

Lines changed: 17 additions & 17 deletions
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.20.2
31+
- image: cimg/node:18.20.4
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.20.2-browsers
55+
- image: cimg/node:18.20.4-browsers
5656
working_directory: ~/plotly.js
5757
steps:
5858
- browser-tools/install-browser-tools: &browser-versions
@@ -84,7 +84,7 @@ jobs:
8484
no-gl-jasmine:
8585
docker:
8686
# need '-browsers' version to test in real (xvfb-wrapped) browsers
87-
- image: cimg/node:16.20.2-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.20.2-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.20.2-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.20.2-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.20.2-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-firefoxLatest:
178178
docker:
179179
# need '-browsers' version to test in real (xvfb-wrapped) browsers
180-
- image: cimg/node:16.20.2-browsers
180+
- image: cimg/node:18.20.4-browsers
181181
environment:
182182
# Alaska time (arbitrary timezone to test date logic)
183183
TZ: "America/Anchorage"
@@ -269,7 +269,7 @@ jobs:
269269

270270
test-baselines:
271271
docker:
272-
- image: cimg/node:16.20.2
272+
- image: cimg/node:18.20.4
273273
working_directory: ~/plotly.js
274274
steps:
275275
- attach_workspace:
@@ -283,7 +283,7 @@ jobs:
283283

284284
test-baselines-virtual-webgl:
285285
docker:
286-
- image: cimg/node:16.20.2
286+
- image: cimg/node:18.20.4
287287
working_directory: ~/plotly.js
288288
steps:
289289
- attach_workspace:
@@ -297,7 +297,7 @@ jobs:
297297

298298
test-baselines-b64:
299299
docker:
300-
- image: cimg/node:16.20.2
300+
- image: cimg/node:18.20.4
301301
working_directory: ~/plotly.js
302302
steps:
303303
- attach_workspace:
@@ -311,7 +311,7 @@ jobs:
311311

312312
test-baselines-mathjax3:
313313
docker:
314-
- image: cimg/node:16.20.2
314+
- image: cimg/node:18.20.4
315315
working_directory: ~/plotly.js
316316
steps:
317317
- attach_workspace:
@@ -348,7 +348,7 @@ jobs:
348348

349349
test-exports:
350350
docker:
351-
- image: cimg/node:16.20.2
351+
- image: cimg/node:18.20.4
352352
working_directory: ~/plotly.js
353353
steps:
354354
- attach_workspace:
@@ -362,7 +362,7 @@ jobs:
362362

363363
mock-validation:
364364
docker:
365-
- image: cimg/node:16.20.2
365+
- image: cimg/node:18.20.4
366366
working_directory: ~/plotly.js
367367
steps:
368368
- attach_workspace:
@@ -376,7 +376,7 @@ jobs:
376376

377377
source-syntax:
378378
docker:
379-
- image: cimg/node:16.20.2
379+
- image: cimg/node:18.20.4
380380
working_directory: ~/plotly.js
381381
steps:
382382
- attach_workspace:
@@ -387,7 +387,7 @@ jobs:
387387

388388
publish-dist:
389389
docker:
390-
- image: cimg/node:16.20.2
390+
- image: cimg/node:18.20.4
391391
working_directory: ~/plotly.js
392392
steps:
393393
- checkout
@@ -457,7 +457,7 @@ jobs:
457457

458458
test-stackgl-bundle:
459459
docker:
460-
- image: cimg/node:16.20.2
460+
- image: cimg/node:18.20.4
461461
working_directory: ~/plotly.js
462462
steps:
463463
- checkout

0 commit comments

Comments
 (0)