Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7775810

Browse filesBrowse files
committed
replace legacy circleci with cimg/node
1 parent fde8681 commit 7775810
Copy full SHA for 7775810

File tree

1 file changed

+5
-5
lines changed
Filter options

1 file changed

+5
-5
lines changed

‎.circleci/config.yml

Copy file name to clipboardExpand all lines: .circleci/config.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ jobs:
307307

308308
test-baselines:
309309
docker:
310-
- image: circleci/node:18.20.4
310+
- image: cimg/node:18.20.4
311311
working_directory: ~/plotly.js
312312
steps:
313313
- attach_workspace:
@@ -321,7 +321,7 @@ jobs:
321321

322322
test-baselines-virtual-webgl:
323323
docker:
324-
- image: circleci/node:18.20.4
324+
- image: cimg/node:18.20.4
325325
working_directory: ~/plotly.js
326326
steps:
327327
- attach_workspace:
@@ -335,7 +335,7 @@ jobs:
335335

336336
test-baselines-b64:
337337
docker:
338-
- image: circleci/node:18.20.4
338+
- image: cimg/node:18.20.4
339339
working_directory: ~/plotly.js
340340
steps:
341341
- attach_workspace:
@@ -349,7 +349,7 @@ jobs:
349349

350350
test-baselines-mathjax3:
351351
docker:
352-
- image: circleci/node:18.20.4
352+
- image: cimg/node:18.20.4
353353
working_directory: ~/plotly.js
354354
steps:
355355
- attach_workspace:
@@ -386,7 +386,7 @@ jobs:
386386

387387
test-exports:
388388
docker:
389-
- image: circleci/node:18.20.4
389+
- image: cimg/node:18.20.4
390390
working_directory: ~/plotly.js
391391
steps:
392392
- attach_workspace:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.